Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Please can anyone tell me the procedure how I can get a dialog/message box
to appear after I activate an excel file? Just like a splash screen in a stand alone program. Many thanks |
#2
![]() |
|||
|
|||
![]()
You can either use an Auto_Open() macro in a standard module or (preferred)
a workbook_open() event like so Private Sub Workbook_Open() MsgBox "My Program" End Sub -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England HIS "welshwizzard" wrote in message ... Please can anyone tell me the procedure how I can get a dialog/message box to appear after I activate an excel file? Just like a splash screen in a stand alone program. Many thanks |
#3
![]() |
|||
|
|||
![]()
many thanks.
Welshwizzard .. "Nick Hodge" wrote: You can either use an Auto_Open() macro in a standard module or (preferred) a workbook_open() event like so Private Sub Workbook_Open() MsgBox "My Program" End Sub -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England HIS "welshwizzard" wrote in message ... Please can anyone tell me the procedure how I can get a dialog/message box to appear after I activate an excel file? Just like a splash screen in a stand alone program. Many thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
unable to open Excel file by double clicks | Excel Discussion (Misc queries) | |||
Cannot open a file that Excel says is open | Excel Discussion (Misc queries) | |||
When I select "Open" from the "File" menu in Excel, I get only a . | Excel Discussion (Misc queries) | |||
My Excel Title bar does not indicate what file is open | Excel Discussion (Misc queries) | |||
Open a file in excel from a link in eplorer | Excel Discussion (Misc queries) |