Hi all,
I'm working on a large multi-tab Excel 2000 spreadsheet that contains several pivot tables. When a user initially opens the spreadsheet, a portion of the active sheet is overlaid with a portion of a pivot table that doesn't get repainted for some reason. Everything works okay, it's just ugly (and confusing for the users.)
The spreadsheet is set to manually recalculate. (Autocalc isn't an option at this point because of its size and complexity.)
I'm trying to set up a Workbook_Open macro to repaint the active sheet upon opening the workbook, but I keep getting "method not supported" errors back when I try to refer to the active sheet using any object identifier I can think of.
Any suggestions?
Thanks,
Jeremy
I'm working on a large multi-tab Excel 2000 spreadsheet that contains several pivot tables. When a user initially opens the spreadsheet, a portion of the active sheet is overlaid with a portion of a pivot table that doesn't get repainted for some reason. Everything works okay, it's just ugly (and confusing for the users.)
The spreadsheet is set to manually recalculate. (Autocalc isn't an option at this point because of its size and complexity.)
I'm trying to set up a Workbook_Open macro to repaint the active sheet upon opening the workbook, but I keep getting "method not supported" errors back when I try to refer to the active sheet using any object identifier I can think of.
Any suggestions?
Thanks,
Jeremy