Print form on screen? Help!!

A

AOU

I have a worksheet that containes a form that is repeated several times down
the page. How do I print the active form that is on the screen using VB codes?
 
D

Dave Peterson

I think it would depend on how the form is laid out.

But an alternative--without VBA is to select the range to print.

Then File|Print
In the lower left corner, you can choose: Selection
 
A

AOU

Yes. Thanks very much
--
AOU


Dave Peterson said:
I think it would depend on how the form is laid out.

But an alternative--without VBA is to select the range to print.

Then File|Print
In the lower left corner, you can choose: Selection
 
Top