Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would greatly appreciate if someone would help me with
the following: I would like to display a message when a particular excel file is opened. Thank you in advance. Ronnie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ronnie
Right-click on the Excel button to the left of the File button on Menu Select "View Code" Paste this code in Private Sub Workbook_Open() MsgBox "Greetings from Ronnie" End Sub Save/close and re-open to see your message. Gord Dibben XL2002 On Sat, 22 Nov 2003 10:40:57 -0800, "Ronnie" wrote: I would greatly appreciate if someone would help me with the following: I would like to display a message when a particular excel file is opened. Thank you in advance. Ronnie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to display message,when open workbook | Excel Discussion (Misc queries) | |||
if, then display message | Excel Discussion (Misc queries) | |||
Display a message | Excel Worksheet Functions | |||
Display message upon file open even with macro security set to high | Excel Discussion (Misc queries) | |||
How to display a message box | Excel Programming |