Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Printing / February 2008

Tip: Looking for answers? Try searching our database.

Print entire workbook but without first two sheets.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JMac - 28 Jan 2008 18:41 GMT
I need to print a workbook with a variable number of worksheets.
However, I don't need the first 3 worksheets of the book. It also
needs to be collated. I need to create a macro or VB loop to make it
automatic from a command button. Any ideas?

Thanks in advance,

Josh
FloMM2 - 02 Feb 2008 22:38 GMT
JMac,
Assuming the first three worksheets are only one page long each.
Try this:
After you have added your command button.
Enter "Design mode".
Select button, view code.
After Private Sub CommandButton1_Click()
Type the following:
ActiveWorkbook.PrintOut (Page4), Collate = True
Close and save.
Give it a try.
hth
:-)

> I need to print a workbook with a variable number of worksheets.
> However, I don't need the first 3 worksheets of the book. It also
[quoted text clipped - 4 lines]
>
> Josh
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.