Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming
|
|||
|
|||
![]()
Hall,
Do I need to use VBA for that? Yes, you do. From the workbook, press Alt + F11 Double click on "THisWorkbook" in the "Projects" window. In the panel on the right, copy and paste the following: Private Sub Workbook_Open() MsgBox "My message" End Sub John "Hall" wrote in message ... For a particular Excel file, I want a message box to open as soon as the file is opened. Do I need to use VBA for that? If yes, I'm new to VBA. Any quick pointers? Thanks all. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
After File Open View Preview get error message | Excel Discussion (Misc queries) | |||
I am receiving a "unable to read file" message. How do I open? | Excel Discussion (Misc queries) | |||
open file file then error message | Excel Discussion (Misc queries) | |||
When i open my Excel file this message prompt: | Excel Programming | |||
Using Message Box to Open/Import Text File | Excel Programming |