Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was give the following to make a button to print a sheet. But how do i
make this macro to print a hidden sheet? I really do appreciate everyone's help GlennHi Glenn --------------------------------------------------------------------------- Identify the specific sheet you want to print in the code..... Sub PrintSpecificSheet() ActiveWorkbook.Sheets("Sheet2").PrintOut End Sub -- ----- XL2003 Regards William "Glenn" wrote in message ... I am a novice learning.... I would like to know how I can write a macro that would make a particular worksheet print. I would like to press a button on one sheet and make another sheet print. Thanks for your help, Glenn |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assign Macro with Hidden Sheet | Excel Worksheet Functions | |||
Macro to run on hidden sheet | Excel Discussion (Misc queries) | |||
Using a Macro to look at Hidden Sheet | Excel Discussion (Misc queries) | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Macro dependent on hidden sheet? | Excel Programming |