M
Mirandah
How would you create a custom popup message in Excel. I want to create a pop
up message as someone is opening my file.
up message as someone is opening my file.
MsgBox "Your message"
End Sub
Eduardo said:Hi,
Private Sub Workbook_Open()
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