MESSAGE BOX ON REQUEST

C

Carolan

I would like to create a pop-up message box that would appear by using a
shortcut (like Ctrl + C). My aim is to create a box that has information in
it such as

EDM BUILDING = BLDG01
CGY BUILDING = CGYB02

I know it can be done........just can't remember how!!!!
 
C

CLR

Sub MessageBoxPopUp()
' Keyboard Shortcut: Ctrl+c
MsgBox "Put your message here"
End Sub

Vaya con Dios,
Chuck, CABGx3
 
Top