Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I put an information box on an excel worksheet which pops up everytime
someone selects that worksheet? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
information | Excel Discussion (Misc queries) | |||
Information | Excel Discussion (Misc queries) | |||
Information | Excel Discussion (Misc queries) | |||
Name Box Information | Excel Discussion (Misc queries) | |||
need information | Excel Worksheet Functions |