Forum Discussion
Stoney79
Mar 04, 2020Copper Contributor
Losing Protect Sheet Features when saving
I have a number of sheets in a workbook which are protected and the Format cells option is ticked. However when unprotecting and reprotecting through vba and saving the file under a different name the...
JKPieterse
Mar 05, 2020Silver Contributor
I'd need to see your current VBA code that does the protecting.
Stoney79
Mar 05, 2020Copper Contributor
The code is simply. Sheet1. Protect
- JKPieterseMar 05, 2020Silver ContributorIf you include the arguments the Protect method has with the proper values for them it will work as expected.