Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
GS was thinking very hard :
'Display progress Application.StatusBar = "Preparing Page " _ & i - RangeToRepeat.Columns.Count _ & " of " _ & lCols - RangeToRepeat.Columns.Count The above was cut from 'Setup_BatchPrintJob' and pasted into 'BatchPrintMyCols' at the last moment, and so some variables belong to the former procedure. Change this as follows... 'Display progress Application.StatusBar = "Preparing Page " _ & i - RepeatRange.Columns.Count _ & " of " _ & lCols - RepeatRange.Columns.Count Sorry about posting that before making the changes! -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 printing problem--printing 1 document on 2 pages | Excel Discussion (Misc queries) | |||
Printing problem | Excel Discussion (Misc queries) | |||
Printing problem | Excel Discussion (Misc queries) | |||
Printing Problem | Excel Worksheet Functions | |||
Printing problem | Excel Programming |