Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printarea

Status
Not open for further replies.

lode

Programmer
Nov 8, 2001
208
0
0
BE
Hi,

Does anybody know some VBA-code to make a printarea ?

Thanks

Lode.
 
Lode,


Try something like this:

Code:
ActiveSheet.PageSetup.PrintArea = "$A$1:$F$17"


Regards,
M. Smith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top