I have a script where I would like to have a msgbox:
msgbox("Please take a look at data and click OK if satisfied", vbOKCancel+vbDefaultButton1+vbInformation,"Data verification")
Basically halt the execution until user clicks OK
That would work just fine but the problem is, in order to look at the worksheet, the user needs to be able to scroll up and down on the spreadsheet.
How do I give my spreadsheet its focus back with still having the message box on screen.
If it existed I would use the opposite of :vbMsgBoxSetForeground (vbMsgBoxSetBackground)
Any ideas anyone.
Thanks in advance.
msgbox("Please take a look at data and click OK if satisfied", vbOKCancel+vbDefaultButton1+vbInformation,"Data verification")
Basically halt the execution until user clicks OK
That would work just fine but the problem is, in order to look at the worksheet, the user needs to be able to scroll up and down on the spreadsheet.
How do I give my spreadsheet its focus back with still having the message box on screen.
If it existed I would use the opposite of :vbMsgBoxSetForeground (vbMsgBoxSetBackground)
Any ideas anyone.
Thanks in advance.