A Aaron Cooper Apr 12, 2004 #1 Does anyone know where I could go to find a good tutorial on how to set up message boxes? Thanks for your help.
Does anyone know where I could go to find a good tutorial on how to set up message boxes? Thanks for your help.
F Frank Kabel Apr 12, 2004 #2 Hi I would start with the Excel help for 'msgbox'. Thinks this is quite intuitive.
J Juan Pablo González Apr 12, 2004 #3 Aaron said: Does anyone know where I could go to find a good tutorial on how to set up message boxes? Thanks for your help. Click to expand... Online help ? MsgBox'es are not hard... just Dim Answer As Long Answer = MsgBox("The message") or Answer = MsgBox("The message", vbYesNo, "Title")
Aaron said: Does anyone know where I could go to find a good tutorial on how to set up message boxes? Thanks for your help. Click to expand... Online help ? MsgBox'es are not hard... just Dim Answer As Long Answer = MsgBox("The message") or Answer = MsgBox("The message", vbYesNo, "Title")
D Doug Van Apr 12, 2004 #4 You can try this Tools, Macro, Visual Basic Editor Click F1 Type is Msgbox