Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a macro that exports data to excel and emails it to a list of users. I need to lock the Excel doc to prevent users from editing data.
Any Ideas?
This thread should be able to help you with the final step of your macro:
Thanks for your response Anders,
The example in that thread seems pretty complex. All I need to do is lock the entire sheet.
Any Ideas?
Only take the lock part. You are not getting around using VBA from what i can tell.