F
Francis Hookham
I am producing a workbook (DoorShedule) which has macros to rearrange its
named worksheets.
Other XL workbooks may be open at the same time as the DoorSchedule so I
need to minimise all worksheets then maximise/restore those DoorSchedule
sheets as required.
Can you show me how to count the total number of sheets open then could I
use
ActiveWindow.WindowState = xlMinimized
in a loop to minimise all?
Or is there a better way?
Francis Hookham
named worksheets.
Other XL workbooks may be open at the same time as the DoorSchedule so I
need to minimise all worksheets then maximise/restore those DoorSchedule
sheets as required.
Can you show me how to count the total number of sheets open then could I
use
ActiveWindow.WindowState = xlMinimized
in a loop to minimise all?
Or is there a better way?
Francis Hookham