S
Scott Duncan
Is there any way to create custom Message Box Buttons programmatically ?
I would like the Buttons 'Map' and 'Directions'
TIA,
SD
Dim Box As Integer
Box = MsgBox("Do you want a Map [Yes] or Directions [No] ?", vbYesNo, "Get Map")
If Box = vbYes ThenElse
End If
I would like the Buttons 'Map' and 'Directions'
TIA,
SD