Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
Does anyone know how to assign a pop up message when a command button is pushed? I'm trying to create a form that has help buttons and when one of the help buttons is pushed by a user I need a pop up (or something like it) to come up and say a specific message. Please help. Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sub msg()
msgbox "This is the message",, "Title Box" ' <====== Modify to suit end sub You can use the : call msg to run the msgbox Or alternately in design mode double click the command button you want to run the message, then place the code there. Corey.... "Sara Stone" wrote in message ... Hello, Does anyone know how to assign a pop up message when a command button is pushed? I'm trying to create a form that has help buttons and when one of the help buttons is pushed by a user I need a pop up (or something like it) to come up and say a specific message. Please help. Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assign a function to a Command Button | Excel Worksheet Functions | |||
how can I assign a password to a command button | Excel Programming | |||
Assign a macro to a command button | Excel Programming | |||
command button and assign macro | Excel Programming | |||
Returning last button pushed in Excel 7 | Excel Programming |