Howdy folks. Looking for some creative help....
I've got an Excel VBA app that has some protected / proprietary sheets and some unprotected / "user-controlled" sheets. I use activate events to protect and unprotect the workBOOK depending on the active sheet.
PROBLEM: My users can't paste into their worksheets because my events apparently clear the copy clipboard.
Let me know if I need to submit code from my events or if there's a general way to preserve the clipboard regardless
of the code.
Thanks in advance!!
TMKTECH
I've got an Excel VBA app that has some protected / proprietary sheets and some unprotected / "user-controlled" sheets. I use activate events to protect and unprotect the workBOOK depending on the active sheet.
PROBLEM: My users can't paste into their worksheets because my events apparently clear the copy clipboard.
Let me know if I need to submit code from my events or if there's a general way to preserve the clipboard regardless
of the code.
Thanks in advance!!
TMKTECH