J
Junior
see the below -
How could i get the msgbox to display button 1 and button 2 instead of
yes/no?
and what would be the values when 1 and 2 are selected
thanks
intAns = MsgBox("Are you adding a new position? " _
, vbYesNo + vbQuestion, "Application Change Alert")
If intAns = vbYes Then
Me.Undo
Cancel = True
Else ......
How could i get the msgbox to display button 1 and button 2 instead of
yes/no?
and what would be the values when 1 and 2 are selected
thanks
intAns = MsgBox("Are you adding a new position? " _
, vbYesNo + vbQuestion, "Application Change Alert")
If intAns = vbYes Then
Me.Undo
Cancel = True
Else ......