Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sdnr

  1. sdnr

    Save Excel file with a write protect password?

    Here's some code that might address your problem: Protecting / Unprotecting a sheet [27/10/2001] The macros below will protect/unprotect the current worksheet with a password. Sub ProtectSheet() Dim Password 'This line of code is optional Password = "1234&quot...
  2. sdnr

    Protected Workbook keeps asking for password

    You must unprotect the file that's already open. Here's some code that might help. Protecting / Unprotecting a sheet [27/10/2001] The macros below will protect/unprotect the current worksheet with a password. Sub ProtectSheet() Dim Password 'This line of code is optional...

Part and Inventory Search

Back
Top