Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to create a message box that pops up when you open my file that
contains a message and the user has to click OK to close the box to proceed. Similar to the gray box that pops up when opening a file that is password protected....Help anyone? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this flipper
Private Sub Workbook_Open() MsgBox "I would like to create a message box that pops up when you open my file that" _ & "contains a message and the user has to click OK to close the box to proceed." _ & "Similar to the gray box that pops up when opening a file that is password" _ & "protected....Help anyone?" End Sub "flipperdoodle" wrote: I would like to create a message box that pops up when you open my file that contains a message and the user has to click OK to close the box to proceed. Similar to the gray box that pops up when opening a file that is password protected....Help anyone? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike. Is there some type of crazy way to ready this message? I am not
sure I understand.... "Mike" wrote: Try this flipper Private Sub Workbook_Open() MsgBox "I would like to create a message box that pops up when you open my file that" _ & "contains a message and the user has to click OK to close the box to proceed." _ & "Similar to the gray box that pops up when opening a file that is password" _ & "protected....Help anyone?" End Sub "flipperdoodle" wrote: I would like to create a message box that pops up when you open my file that contains a message and the user has to click OK to close the box to proceed. Similar to the gray box that pops up when opening a file that is password protected....Help anyone? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry try this
Private Sub Workbook_Open() MsgBox "I would like to create a message box" End Sub "flipperdoodle" wrote: Hi Mike. Is there some type of crazy way to ready this message? I am not sure I understand.... "Mike" wrote: Try this flipper Private Sub Workbook_Open() MsgBox "I would like to create a message box that pops up when you open my file that" _ & "contains a message and the user has to click OK to close the box to proceed." _ & "Similar to the gray box that pops up when opening a file that is password" _ & "protected....Help anyone?" End Sub "flipperdoodle" wrote: I would like to create a message box that pops up when you open my file that contains a message and the user has to click OK to close the box to proceed. Similar to the gray box that pops up when opening a file that is password protected....Help anyone? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok...where do I enter the info below? Is it a macro? A formula?
"Mike" wrote: Sorry try this Private Sub Workbook_Open() MsgBox "I would like to create a message box" End Sub "flipperdoodle" wrote: Hi Mike. Is there some type of crazy way to ready this message? I am not sure I understand.... "Mike" wrote: Try this flipper Private Sub Workbook_Open() MsgBox "I would like to create a message box that pops up when you open my file that" _ & "contains a message and the user has to click OK to close the box to proceed." _ & "Similar to the gray box that pops up when opening a file that is password" _ & "protected....Help anyone?" End Sub "flipperdoodle" wrote: I would like to create a message box that pops up when you open my file that contains a message and the user has to click OK to close the box to proceed. Similar to the gray box that pops up when opening a file that is password protected....Help anyone? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Flipperdoodle
You need to place that into the thisworkbook module "flipperdoodle" wrote: Ok...where do I enter the info below? Is it a macro? A formula? "Mike" wrote: Sorry try this Private Sub Workbook_Open() MsgBox "I would like to create a message box" End Sub "flipperdoodle" wrote: Hi Mike. Is there some type of crazy way to ready this message? I am not sure I understand.... "Mike" wrote: Try this flipper Private Sub Workbook_Open() MsgBox "I would like to create a message box that pops up when you open my file that" _ & "contains a message and the user has to click OK to close the box to proceed." _ & "Similar to the gray box that pops up when opening a file that is password" _ & "protected....Help anyone?" End Sub "flipperdoodle" wrote: I would like to create a message box that pops up when you open my file that contains a message and the user has to click OK to close the box to proceed. Similar to the gray box that pops up when opening a file that is password protected....Help anyone? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompt message when opening a file | Excel Worksheet Functions | |||
Prompt Message when opening a file | Excel Worksheet Functions | |||
"Unable to read file" error message when opening a Excel file that contains a PivotTable report. | Charts and Charting in Excel | |||
Message Upon Opening File | Excel Discussion (Misc queries) | |||
when opening excel I receive a message that says file can't be fo. | Excel Discussion (Misc queries) |