ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Popup window on open (https://www.excelbanter.com/excel-discussion-misc-queries/125874-popup-window-open.html)

kraway

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

Gary''s Student

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?



All times are GMT +1. The time now is 08:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com