Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In Excel, is there a way of creating a pop-up message that would work the
same way as the F1 for help? I would like to add a note that would appear anywhere on the sheet if I pressed a specific key. -- Carolann |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just assign a shortcut key to
Public Sub MyHelp() MsgBox "Your Help message goes here" End Sub using Tools/Macro/Macros/Options, or using Application.OnKey to set the shortcut. In article , "Carolan" wrote: In Excel, is there a way of creating a pop-up message that would work the same way as the F1 for help? I would like to add a note that would appear anywhere on the sheet if I pressed a specific key. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Great!! Thank you very much.
-- Carolann "JE McGimpsey" wrote: Just assign a shortcut key to Public Sub MyHelp() MsgBox "Your Help message goes here" End Sub using Tools/Macro/Macros/Options, or using Application.OnKey to set the shortcut. In article , "Carolan" wrote: In Excel, is there a way of creating a pop-up message that would work the same way as the F1 for help? I would like to add a note that would appear anywhere on the sheet if I pressed a specific key. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Error Message When Opening Excel | Excel Discussion (Misc queries) | |||
Unexpected error message on closing an Excel file | Excel Discussion (Misc queries) | |||
Excel Error Message | Excel Worksheet Functions | |||
Excel error message | Excel Discussion (Misc queries) |