CsJHUN
Active Member
- Joined
- Jan 13, 2015
- Messages
- 360
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
- Mobile
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