Hi - I have a workbook ("Template" which creates quotes in a separate workbook ("Quote". The Quote workbook is created new every time - I built it this way so that customers wouldn't receive quotes with macros attached.
I've been able to lock the Quote workbook, but have not been able to get it to password protect. All I currently use is...
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
Remember - all the macros are in Template, and its the Quote workbook that needs to be fully locked down.
Ideas? I'm at my limit of macro knowledge here...
Many thanks - Kadam.
I've been able to lock the Quote workbook, but have not been able to get it to password protect. All I currently use is...
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
Remember - all the macros are in Template, and its the Quote workbook that needs to be fully locked down.
Ideas? I'm at my limit of macro knowledge here...
Many thanks - Kadam.