Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limit Printing on specific worksheets in Excel | Excel Discussion (Misc queries) | |||
Character limit when printing | Excel Discussion (Misc queries) | |||
Limit of # of different custom views & Automate printing diff view | Excel Discussion (Misc queries) | |||
anyway to limit printing of documents | Excel Discussion (Misc queries) | |||
Printing? Worksheets not printing the same on multiple pc's! | Excel Programming |