CsJHUN
Active Member
- Joined
- Jan 13, 2015
- Messages
- 357
- Office Version
-
- 2016
- Platform
-
- Windows
Hi guys!
I have a private sub on "thisworkbook"
It is a password protected wb for edit. (So if you didnt give the password when opening you can only read and can't save the file)
I want to edit this privatesub for dont run that "call" if someone open the WB to edit it. (or if someone open for read-only run that "call")
You are awesome, thx for advice.
Cheers
John
I have a private sub on "thisworkbook"
Code:
Private Sub Workbook_open()
Call module.macroname
End Sub
I want to edit this privatesub for dont run that "call" if someone open the WB to edit it. (or if someone open for read-only run that "call")
You are awesome, thx for advice.
Cheers
John