Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
welshwizzard
 
Posts: n/a
Default message/dialog box auto open when excel file is activated

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   Report Post  
Nick Hodge
 
Posts: n/a
Default

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   Report Post  
welshwizzard
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to open Excel file by double clicks Renyan Excel Discussion (Misc queries) 2 January 16th 05 01:07 AM
Cannot open a file that Excel says is open Plodhia Excel Discussion (Misc queries) 2 December 7th 04 01:43 AM
When I select "Open" from the "File" menu in Excel, I get only a . dan Excel Discussion (Misc queries) 1 November 30th 04 11:25 PM
My Excel Title bar does not indicate what file is open bobs walk Excel Discussion (Misc queries) 2 November 28th 04 04:09 PM
Open a file in excel from a link in eplorer Dave Peterson Excel Discussion (Misc queries) 0 November 26th 04 01:25 AM


All times are GMT +1. The time now is 01:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"