Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Does anyone know where I could go to find a good tutorial on how to set up message boxes? Thanks for your help. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I would start with the Excel help for 'msgbox'. Thinks this is quite intuitive. -- Regards Frank Kabel Frankfurt, Germany Aaron Cooper wrote: Does anyone know where I could go to find a good tutorial on how to set up message boxes? Thanks for your help. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can try this
Tools, Macro, Visual Basic Editor Click F1 Type is Msgbox "Aaron Cooper" wrote in message ... Does anyone know where I could go to find a good tutorial on how to set up message boxes? Thanks for your help. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Aaron Cooper wrote:
Does anyone know where I could go to find a good tutorial on how to set up message boxes? Thanks for your help. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! Online help ? MsgBox'es are not hard... just Dim Answer As Long Answer = MsgBox("The message") or Answer = MsgBox("The message", vbYesNo, "Title") -- Regards, Juan Pablo González |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
msgbox | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
Can MsgBox Do This?? | Excel Programming | |||
msgbox | Excel Programming | |||
Msgbox help | Excel Programming |