Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JaneC
 
Posts: n/a
Default Message Upon Opening File

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   Report Post  
JE McGimpsey
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel opening but file does not open with Application eWisdom Excel Discussion (Misc queries) 1 March 10th 05 05:53 PM
Opening an Excel file Sheldon Zaklow Excel Discussion (Misc queries) 0 March 3rd 05 10:29 PM
Opening a file with code without a set file name jenkinspat Excel Discussion (Misc queries) 1 March 3rd 05 03:40 PM
Problem Opening An Excel file. - by yk ilikecy Excel Discussion (Misc queries) 0 February 4th 05 08:19 AM
open file file then error message Piroon Saetang Excel Discussion (Misc queries) 1 February 4th 05 12:05 AM


All times are GMT +1. The time now is 12:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"