Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I have a problem with xl 97. I have the following code in m workbook_open event:- Private Sub workbook_open() Application.ScreenUpdating = False Call CheckMacrosEnabled 'Sets all the sheets to be visible Call Toolbar Call UpdateContents ThisWorkbook.Sheets("Cover Sheet").Select Application.ScreenUpdating = True End Sub Public Sub CheckMacrosEnabled() - is just a simple function that loop through all the pages and then sets the sheets to be visible. This works fine in XP. In xl 97, on open, the CheckMacrosEnabled subroutine is called, but i unable to set the visible state of the sheets (from 2 to -1). However once the workbook is open, by running the workbook_open event from th VBA editor CheckMacrosEnabled is called and can make the sheet visible. The line ThisWorkbook.Sheets("Cover Sheet").Select should also give a error as it cannot make any of the sheets visible, and so the cove sheet is hidden and so this should give an error but doesn't. Just wondered if anyone could shed any light on this? Thanks i advance, Richar -- cassidyr ----------------------------------------------------------------------- cassidyr1's Profile: http://www.excelforum.com/member.php...nfo&userid=734 View this thread: http://www.excelforum.com/showthread.php?threadid=27240 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with Workbook_open | Excel Discussion (Misc queries) | |||
excel vba workbook_open event does not work help please | Excel Programming | |||
Workbook_Open problem | Excel Programming | |||
problem with code in workbook_open event | Excel Programming | |||
Workbook_Open macro created in Excel 97 problems on MAC | Excel Programming |