Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Message when opening a sheet

How do I get excel to produce a message whenever a particular worksheet in a
file is accessed?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Message when opening a sheet

Right click the worksheet, view code and paste this in

Private Sub Worksheet_Activate()
MsgBox "Please read my message"
End Sub

Mike

"Jim Lavery" wrote:

How do I get excel to produce a message whenever a particular worksheet in a
file is accessed?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 21
Default Message when opening a sheet

Cheers Mike, just what I wanted

Jim
"Mike H" wrote in message
...
Right click the worksheet, view code and paste this in

Private Sub Worksheet_Activate()
MsgBox "Please read my message"
End Sub

Mike

"Jim Lavery" wrote:

How do I get excel to produce a message whenever a particular worksheet
in a
file is accessed?





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Message when opening a sheet

Your welcome

"Jim Lavery" wrote:

Cheers Mike, just what I wanted

Jim
"Mike H" wrote in message
...
Right click the worksheet, view code and paste this in

Private Sub Worksheet_Activate()
MsgBox "Please read my message"
End Sub

Mike

"Jim Lavery" wrote:

How do I get excel to produce a message whenever a particular worksheet
in a
file is accessed?






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
Create a pop-up message prior to opening sheet Del Excel Discussion (Misc queries) 5 September 1st 09 08:06 PM
Opening Message Greg Excel Programming 1 October 5th 07 05:14 PM
Message box upon opening file flipperdoodle Excel Discussion (Misc queries) 7 April 7th 07 11:44 PM
Opening an attachment of a message that has a message as attachmen vetron Excel Programming 0 January 30th 06 06:17 PM
Message "class not registered" opening sheet with macros Excel 97 PlanetSavers Excel Discussion (Misc queries) 1 July 4th 05 06:48 PM


All times are GMT +1. The time now is 09:44 AM.

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"