D
Darin Kramer
Howdie,
Sheets("A").protect is how to protect a sheet, and similar
Sheets("B").Unprotect.
I run a Macro that first unprotects a sheet, then when Macro is finished
Re protects the sheet.
I want to now specify a password, lets say ABC.
Whats the VB to do that....?
Thanks
D
*** Sent via Developersdex http://www.developersdex.com ***
Sheets("A").protect is how to protect a sheet, and similar
Sheets("B").Unprotect.
I run a Macro that first unprotects a sheet, then when Macro is finished
Re protects the sheet.
I want to now specify a password, lets say ABC.
Whats the VB to do that....?
Thanks
D
*** Sent via Developersdex http://www.developersdex.com ***