How do I do this? I only want the user to use the mouse when one of my yes/no msgboxs comes up in the code. Some just enter through without realising.
The below lines work for a workbook, but need it to work only when the msgbox is up so the user cant press ENTER.
e.g.
Help, this should be simple??![]()
Application.DataEntryMode = True MSGBOX Application.DataEntryMode = False
Bookmarks