Forum Discussion
Greeny95
Apr 24, 2022Copper Contributor
VBA code message box
Hi all. I need some brains here. I need a VBA code for this action: I want a simple message box to appear (a warning) depending on the choices made by the person who uses this worksheet. For exam...
MRAfshar3000
Apr 28, 2022Copper Contributor
type MsgBox "the massage", vbOKOnly , "subject"