• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

set vba properties (password)

dhartikumar

New Member
I am new in this forum. I am working as a Sr. Manager - Database in IDBI capital.


i want to set vba properties (password). for my vba code. ( any codes for that). or how to set when file open.


Dhartikumar
 
Right click on your Project in VBA and select VBA Project Properties

Select the Protection Tab

Set passwords
 
By default VBA doesnt have any passwords set

You can write a subroutine to run every time Excel starts and set a password if thats what you mean
 
Back
Top