Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If I unprotect and then protect one of the sheets in a workbook, it will
freeze up when I hit the tab key at the last unlocked cell in the row. I would like to know how I could have a warning message appear whenever I open the workbook. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The the workbook code area, enter this event macro:
Private Sub Workbook_Open() MsgBox ("WARNING!! this workbook can lockup!!") End Sub -- Gary''s Student - gsnu200786 "dleus" wrote: If I unprotect and then protect one of the sheets in a workbook, it will freeze up when I hit the tab key at the last unlocked cell in the row. I would like to know how I could have a warning message appear whenever I open the workbook. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would concentrate more on the "why does it lock up" rather than providing a
warning. This is not normal behaviour for protected sheets and tabbing to unlocked cells. Gord Dibben MS Excel MVP On Sat, 17 May 2008 04:53:00 -0700, dleus wrote: If I unprotect and then protect one of the sheets in a workbook, it will freeze up when I hit the tab key at the last unlocked cell in the row. I would like to know how I could have a warning message appear whenever I open the workbook. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
message box when file is opened | Excel Worksheet Functions | |||
how do i create a start up message each time a document is opened? | Excel Discussion (Misc queries) | |||
No message box displayed | Excel Discussion (Misc queries) | |||
Display a message when a file is opened. | New Users to Excel | |||
Data from Excel 2000 Worksheet with external links is not displayed when opened in Excel 2003 | Links and Linking in Excel |