display userform when opening a spreadsheet
Posted by raj nair on January 28, 2002 1:10 PM
I have a spreadsheet navigator userform defined and would like it to pop up each time a user opens the spreadsheet and would also like it to pop up with a keyboard shortcut.
The excel help mentions app_workbookopen(ByVal Wb As Workbook), but I cannot get it to work. Do I need to define the app , where do I define this procedure, etc ..
any help most appreciated.