ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Automatic Macros (https://www.excelbanter.com/excel-programming/307519-automatic-macros.html)

mbe4966

Automatic Macros
 
I have a spreadsheet template and would like for a small instructio
window to open when the template is opened. I would like for th
instruction window to close as soon as the user clicks on th
worksheet.

I am not a programmer so I hope this is not too complex.

Thx

--
Message posted from http://www.ExcelForum.com


E_R[_2_]

Automatic Macros
 
Maybe a balloon window would work for you...

Private Sub Workbook_Open()

With Assistant.NewBalloon
..BalloonType = msoBalloonTypeBullets
..Icon = msoIconTip
..Button = msoButtonSetOK
..Heading = "Tips for Saving Information."
..Labels(1).Text = "Save your work often."
..Labels(2).Text = "Install a surge protector."
..Labels(3).Text = "Exit your application properly."
..Show
End With

End Sub


---
Message posted from http://www.ExcelForum.com/



All times are GMT +1. The time now is 02:57 AM.

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