Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Create a message upon opening of Spreadsheet

Hi,

I am wanting to create a reminder message to be displayed when I open a
certain spreadsheet. Is there anyway I can do this? I think I can create a
maco called Auto_Open but I'm not sure what it should contain?

Thanks,

Jane
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Create a message upon opening of Spreadsheet

Option Explicit
sub Auto_open()
msgbox "this is where you'd put your message" & vblf & _
"a second line if you want it"
end sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

JaneC wrote:

Hi,

I am wanting to create a reminder message to be displayed when I open a
certain spreadsheet. Is there anyway I can do this? I think I can create a
maco called Auto_Open but I'm not sure what it should contain?

Thanks,

Jane


--

Dave Peterson
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
how do I create an invoice from a spreadsheet perry New Users to Excel 1 January 16th 06 03:50 PM
"Unable to read file" error message when opening a Excel file that contains a PivotTable report. Tim Marsden Charts and Charting in Excel 2 October 15th 05 02:10 PM
Error message on opening?? JDT Excel Discussion (Misc queries) 1 March 4th 05 11:41 PM
Error message opening Excel97 workbook cobbler Excel Discussion (Misc queries) 2 December 11th 04 05:31 PM
How do I create spreadsheet that automatically updates numbers/va. bunyip Excel Discussion (Misc queries) 2 December 8th 04 11:54 AM


All times are GMT +1. The time now is 09:27 PM.

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

About Us

"It's about Microsoft Excel"