Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need a pop up message for user to view only ONCE (the first time they open
the file). Basically provide them with a don't remind me again after reading important message. Can this be done? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Put the code to show the msgbox in the Workbook_Open event in the
Thisworkbook module. See Chip Pearson's page on events for an introduction if you are not familiar: http://www.cpearson.com/excel/events.htm -- Regards, Tom Ogilvy "cdsgidget" wrote: I need a pop up message for user to view only ONCE (the first time they open the file). Basically provide them with a don't remind me again after reading important message. Can this be done? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
replace VBA run-time error message with custom message | Excel Programming | |||
Replace Excel Message w/Custom Message | Excel Programming | |||
Intercept/replace standard 'cell protected' message with my own message? | Excel Programming | |||
Opening an attachment of a message that has a message as attachmen | Excel Programming | |||
Displaying a message in a message box without requiring user to click anything to proceed | Excel Programming |