Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Jim,
That line is already there and is the stumbling block. The system just doesn't want to select that sheet when I call the sub via a macro with a print instruction which should call the "before print" routine from the "this workbook" . The sheet does get selected if I use the normal file/print/ of the excel tool bar. Regards Bill K "Jim Thomlinson" wrote in message ... Add this line sheets("Schedule").select "Bill Kuunders" wrote: I've had a macro "fixdates" to fix up a column on a "schedule" sheet for some time now. The macro is in a general module as I need to use it after edits. The macro also gets called in the this workbook --before print.-- Last night I created a new sheet and a macro to print it. The before print "fixdates" is again called but it does not select the "schedule" sheet it does the edit part of the macro on the new "label " sheet in stead. Using F8 shows me that the "fixdates" macro just does not select the schedule sheet. Got me stumped! Regards Bill K |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print and Print Preview Graphic Moving Resizing 2007/2003 | Excel Discussion (Misc queries) | |||
cell borders that I create dont show on print preview or print | Excel Discussion (Misc queries) | |||
Pivot Table macro to set print area and print details of drill down data | Excel Discussion (Misc queries) | |||
Active cell counting in particular print page (one sheet having different print area) | Excel Worksheet Functions | |||
Need Help w/ Print Macro to Print All Visible Sheets (including Charts) in a Workbook | Excel Programming |