I have need to lock a worksheet from user update. I am providing a form for any updates. I want to be able to type in my changes on the form and click a command button that will update my changes. Once the updates are complete, I want the form to be nonmodal so that I can scroll around on the sheet to view the effects of my change. I am finding that I cannot pass focus from the form to the sheet and back again. It is as if the form is loaded modally. I thought of perhaps not loading the form until my user attempts to make changes to the sheet. A protected sheet shows a modal dialog box upon such attempt that tells them they cannot make changes to the protected sheet. If I could ride on that code and upon closing of that box open the form I have mentioned earlier, then by pressing the update button on the form will not only update the form, but also close the form so that the user can navigate around the sheet. Any attempts to change the sheet will again bring up Excel's standard warning message followed by the user form again.
Any help would be greatly appreciated.
Thanks,
Zabo.
Any help would be greatly appreciated.
Thanks,
Zabo.