Hi All,
Wondering if someone could point me in the right direction and help please - I have a workbook that I generate other workbooks from, so from the dataset in the main tab a macro sorts the data and then for each name, generates another tab with all the respective data on. For example, "Joe Bloggs, and the report would list all of Joe Bloggs product lists".
Then, using another subroutine, I save each individual tab as it's own workbook. e.g Joe Blogg, Joe Bloggs 2 etc. This has worked well for my purpose, however I am looking to add a layer of user control by protecting certain cells etc. Is there a way to lock Sheet1 in ALL my generated files without doing it manually via VBA?
The generated file only has 1 tab in the file. Thanks for your time.
Wondering if someone could point me in the right direction and help please - I have a workbook that I generate other workbooks from, so from the dataset in the main tab a macro sorts the data and then for each name, generates another tab with all the respective data on. For example, "Joe Bloggs, and the report would list all of Joe Bloggs product lists".
Then, using another subroutine, I save each individual tab as it's own workbook. e.g Joe Blogg, Joe Bloggs 2 etc. This has worked well for my purpose, however I am looking to add a layer of user control by protecting certain cells etc. Is there a way to lock Sheet1 in ALL my generated files without doing it manually via VBA?
The generated file only has 1 tab in the file. Thanks for your time.