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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Referencing a series of sheets in VB

Status
Not open for further replies.

bbannock

Technical User
Oct 24, 2003
30
US
I'm trying to create a print all sheets macro in excel. Rather than listing all of this sheets in an array is there any way write a code that will print the range of sheets?

ie. sheets 1 through 20

Thanks for the help.

Brandon
 
And what about this ?
ActiveWorkbook.PrintOut Copies:=1, Collate:=True

Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
 
Works like a charm...thank you very much sir
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top