Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
Is there any way that I can make a message appear when I open the file? Eg. I want a reminder to come up when the file is opened to say €śRemember to Log all changes to Fleet List in Checklist€ť. Can anyone help?? Thanks, Jane. |
#2
![]() |
|||
|
|||
![]()
One way:
Use an event macro. If you're unfamiliar with macros, see David McRitchie's "Getting started with Macros": http://www.mvps.org/dmcritchie/excel/getstarted.htm Put this in the ThisWorkbook code module: Private Sub Workbook_Open() MsgBox "Remember to Log all changes to Fleet List" & _ " in Checklist" End Sub In article , "JaneC" wrote: Is there any way that I can make a message appear when I open the file? Eg. I want a reminder to come up when the file is opened to say €śRemember to Log all changes to Fleet List in Checklist€ť. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel opening but file does not open with Application | Excel Discussion (Misc queries) | |||
Opening an Excel file | Excel Discussion (Misc queries) | |||
Opening a file with code without a set file name | Excel Discussion (Misc queries) | |||
Problem Opening An Excel file. - by yk | Excel Discussion (Misc queries) | |||
open file file then error message | Excel Discussion (Misc queries) |