Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Limit Printing of Worksheets.

Hi,

I have 14 worksheets in my workbook, say, named sheet 1 to
sheet 14.

It is possible to have a macro so the user can print ONLY
ONCE from sheet 1 to sheet 4?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Limit Printing of Worksheets.

Danny,

Something like this should work.
You should also set the print area to be printed.


Sub Print_worksheet()
Worksheets("sheet1").PrintOut
Worksheets("sheet2").PrintOut
Worksheets("sheet3").PrintOut
End Sub

HTH

Charle

--
Message posted from http://www.ExcelForum.com

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Limit Printing on specific worksheets in Excel [email protected] Excel Discussion (Misc queries) 2 May 28th 07 01:48 PM
Character limit when printing Neil Conduit Excel Discussion (Misc queries) 1 June 1st 06 01:54 PM
Limit of # of different custom views & Automate printing diff view SteveM Excel Discussion (Misc queries) 2 December 30th 05 02:06 AM
anyway to limit printing of documents Soe Nandar Excel Discussion (Misc queries) 2 January 26th 05 11:20 PM
Printing? Worksheets not printing the same on multiple pc's! 43fan Excel Programming 2 April 29th 04 02:34 PM


All times are GMT +1. The time now is 03:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"