Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Carolan
 
Posts: n/a
Default POP-UP MESSAGE IN EXCEL

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
 
Posts: n/a
Default POP-UP MESSAGE IN EXCEL

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Carolan
 
Posts: n/a
Default POP-UP MESSAGE IN EXCEL

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
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
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Error Message When Opening Excel Walid Excel Discussion (Misc queries) 2 July 27th 05 09:45 PM
Unexpected error message on closing an Excel file KG Excel Discussion (Misc queries) 1 March 21st 05 02:39 PM
Excel Error Message tonyf Excel Worksheet Functions 1 February 14th 05 04:24 AM
Excel error message cdb Excel Discussion (Misc queries) 0 February 9th 05 01:31 PM


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