#1   Report Post  
Posted to microsoft.public.excel.misc
dr dr is offline
external usenet poster
 
Posts: 29
Default Information Box

How do I put an information box on an excel worksheet which pops up everytime
someone selects that worksheet?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default Information Box

Hi,

1)Open the WorkBook in Excel
2) Press Alt+F11 (which should open the visual basic editor)
3) In the project explorer(Ctrl+R), Double Click the worksheet where you
want the pop up to appear
4) Copy paste the code below

Private Sub Worksheet_Activate()
MsgBox "You can enter what you want to appear in the popup here."
End Sub

HTH
--
Tausif Mohammed


"DR" wrote:

How do I put an information box on an excel worksheet which pops up everytime
someone selects that worksheet?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Information Box

Going to have some fun with that........

Do you know any more useful code like that one

"Tausif" wrote in message
...
Hi,

1)Open the WorkBook in Excel
2) Press Alt+F11 (which should open the visual basic editor)
3) In the project explorer(Ctrl+R), Double Click the worksheet where you
want the pop up to appear
4) Copy paste the code below

Private Sub Worksheet_Activate()
MsgBox "You can enter what you want to appear in the popup here."
End Sub

HTH
--
Tausif Mohammed


"DR" wrote:

How do I put an information box on an excel worksheet which pops up
everytime
someone selects that worksheet?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default Information Box

For some mindless fun , try this link.

http://pubs.logicalexpressions.com/P...cle.asp?ID=407

Cheers,
--
Tausif Mohammed


"MillyD" wrote:

Going to have some fun with that........

Do you know any more useful code like that one

"Tausif" wrote in message
...
Hi,

1)Open the WorkBook in Excel
2) Press Alt+F11 (which should open the visual basic editor)
3) In the project explorer(Ctrl+R), Double Click the worksheet where you
want the pop up to appear
4) Copy paste the code below

Private Sub Worksheet_Activate()
MsgBox "You can enter what you want to appear in the popup here."
End Sub

HTH
--
Tausif Mohammed


"DR" wrote:

How do I put an information box on an excel worksheet which pops up
everytime
someone selects that worksheet?




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
information Rajesh Chandra Excel Discussion (Misc queries) 1 January 5th 08 09:52 AM
Information Jessica Ikerionwu Excel Discussion (Misc queries) 4 June 13th 07 11:30 PM
Information Peter F Excel Discussion (Misc queries) 2 August 10th 06 12:34 PM
Name Box Information ohpspe Excel Discussion (Misc queries) 1 November 18th 05 05:57 PM
need information Angel aAlegria Excel Worksheet Functions 5 August 20th 05 06:19 PM


All times are GMT +1. The time now is 08:30 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"