Hi all,
I'm having an issue and I don't know how to start. There is a workbook that our company sends out to outside parties and we would like to prevent those people from cutting/copy/paste. This workbook is a data dump from our ERP system that then runs through a fairly complex macro to do all the necessary formatting and get the information into a readable format.
I would like to insert vba code into the macro that is already run on the raw data that will do the following:
Thanks in advance for help on this!!
Let me know if there is any clarification required!
I'm having an issue and I don't know how to start. There is a workbook that our company sends out to outside parties and we would like to prevent those people from cutting/copy/paste. This workbook is a data dump from our ERP system that then runs through a fairly complex macro to do all the necessary formatting and get the information into a readable format.
I would like to insert vba code into the macro that is already run on the raw data that will do the following:
- Insert a Module into the "ThisWorkbook" Class for the workbook it's running on
- Have that Module populate with a Private Sub that activates on opening the workbook and deactivates if you switch to a different workbook or close this workbook
- The Private Sub would disable the cut/copy/paste functionality related to Keyboard shortcuts, menu bar, & right click context menus
Thanks in advance for help on this!!
Let me know if there is any clarification required!