Apr 12, 2002 #1 utc13 Programmer Joined Oct 25, 2001 Messages 43 Location US When I prompt a user with a 'Yes/No' message box is there any way for the default to be set to 'No'?
Apr 12, 2002 2 #2 rbowes Technical User Joined Mar 7, 2000 Messages 150 Location US Try this Response = Msgbox(msg, vbYesNo + vbDefaultButton2, "Title" That should work Bob Upvote 0 Downvote
Feb 28, 2003 #3 kaiana Programmer Joined Sep 6, 2002 Messages 85 Location AU Bob, Several months after you posted this I found it exactly what I was looking for. Saved me hours pouring over books. Have a star Upvote 0 Downvote
Bob, Several months after you posted this I found it exactly what I was looking for. Saved me hours pouring over books. Have a star