Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() The below macro works just fine when the worksheet is not hidden. But when it is the macro bombs out. Sub Button11_Click() Sheets("Print Ticket").Select ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True Sheets("Form").Select Range("E9:F9").Select End Sub -- sungen99 ------------------------------------------------------------------------ sungen99's Profile: http://www.excelforum.com/member.php...fo&userid=9144 View this thread: http://www.excelforum.com/showthread...hreadid=505722 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing a hidden image | Excel Discussion (Misc queries) | |||
Printing hidden rows | Excel Discussion (Misc queries) | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Printing hidden comments | Excel Discussion (Misc queries) | |||
Saving hidden data with a worksheet (preferably without using a hidden sheet) | Excel Programming |