T
TESA0_4
Hi,
The following code is being used to open a dialog box:
Answer = MsgBox("Are you sure you want to delete this Task Step?",
vbQuestion + vbYesNo, "Question")
When the dialog box opens the focus is on the 'Yes' button. Is there a means
of making the focus fall on the 'No' button when the dialog box opens?
Thank you in anticipation of any suggestions!
The following code is being used to open a dialog box:
Answer = MsgBox("Are you sure you want to delete this Task Step?",
vbQuestion + vbYesNo, "Question")
When the dialog box opens the focus is on the 'Yes' button. Is there a means
of making the focus fall on the 'No' button when the dialog box opens?
Thank you in anticipation of any suggestions!