Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How would you create a custom popup message in Excel. I want to create a pop
up message as someone is opening my file. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Private Sub Workbook_Open() MsgBox "Your message" End Sub change the message for yours, to enter the macro, right click on the mouse over the tab name, view code, then at your upper left look for this workbook, double click it and copy the above macro in the right side, close the VBA application, then save the workbook as macro enable "Mirandah" wrote: How would you create a custom popup message in Excel. I want to create a pop up message as someone is opening my file. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks!
"Eduardo" wrote: Hi, Private Sub Workbook_Open() MsgBox "Your message" End Sub change the message for yours, to enter the macro, right click on the mouse over the tab name, view code, then at your upper left look for this workbook, double click it and copy the above macro in the right side, close the VBA application, then save the workbook as macro enable "Mirandah" wrote: How would you create a custom popup message in Excel. I want to create a pop up message as someone is opening my file. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This requires a macro... In the XL window right click the XL icon next to the
word File on the menu bar and select View Code. Paste the following in the code window that opens up... Private Sub Workbook_Open() MsgBox "Tada..." End Sub -- HTH... Jim Thomlinson "Mirandah" wrote: How would you create a custom popup message in Excel. I want to create a pop up message as someone is opening my file. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export messages to Excel | Excel Discussion (Misc queries) | |||
Excel Error messages when making lables | Excel Discussion (Misc queries) | |||
When I open the Excel, I get the errors messages | Excel Discussion (Misc queries) | |||
Excel messages for Blackberry | Excel Discussion (Misc queries) | |||
Sending Text Messages with Excel??? | Excel Worksheet Functions |