Hi,
I am trying to accomplish the following...
![]()
MsgBox "Change the date of cell A1"
[User changes Date]... Then the next message box pops up...
![]()
If MsgBox(" Ready to Continue?", vbYesNo + vbQuestion, "") = vbYes Then ......blah blah blah End If.
When I run the code the BOTH message boxes open up right after another and you aren't able to make any changes...
Bookmarks