ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   wish to add a disclaimer (like any software install) as per macro. (https://www.excelbanter.com/excel-discussion-misc-queries/987-wish-add-disclaimer-like-any-software-install-per-macro.html)

kiwimark

wish to add a disclaimer (like any software install) as per macro.
 
Can anyone help?

Bob Phillips

Where? A splash screen? A menu item? or ... ?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"kiwimark" wrote in message
...
Can anyone help?




Jason Morin

You can display a msgbox when the user opens the workbook.

Private Sub Workbook_Open()
MsgBox "Disclaimer..."
End Sub

---
Press ALT+F11, click on the "ThisWorkbook" module, and
paste in the code. Save and close.

HTH
Jason
Atlanta, GA

-----Original Message-----
Can anyone help?
.



All times are GMT +1. The time now is 07:36 PM.

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