#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Popup window on open

I'd like to display a popup message to anyone opening an Excel workbook. How
do I do it?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Popup window on open

You could use a workbook open event:

Private Sub Workbook_Open()
MsgBox ("HELLO WORLD")
End Sub


If you are not familiar with VBA see:

http://www.mvps.org/dmcritchie/excel/getstarted.htm
--
g.s. gsnu200701


"kraway" wrote:

I'd like to display a popup message to anyone opening an Excel workbook. How
do I do it?

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
Open a group of files in speadsheed on the same book jose_luis_fdez_diaz Excel Discussion (Misc queries) 3 October 9th 06 04:28 PM
Hyperlinks - Open new window or keep filter values on return JB Excel Discussion (Misc queries) 0 August 15th 06 10:34 PM
Excel file window won't open ewood21 Excel Worksheet Functions 2 April 19th 06 12:51 AM
Open separate window Robbin Excel Worksheet Functions 2 September 1st 05 01:03 PM
Excel workbook does not open in open window on desktop DeanH Excel Discussion (Misc queries) 2 March 8th 05 09:51 AM


All times are GMT +1. The time now is 11:40 AM.

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

About Us

"It's about Microsoft Excel"