ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   POP-UP MESSAGE IN EXCEL (https://www.excelbanter.com/excel-worksheet-functions/60248-pop-up-message-excel.html)

Carolan

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

JE McGimpsey

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.


Carolan

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.




All times are GMT +1. The time now is 02:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com