I am creating workbookA by taking a templateA and pasting in information from workbookB. The goal is to have the finished workbookA with some cells locked, and some unlocked. My code works fine until I tried to protect the worksheet in the template. Now it can't paste info into it, since it is locked.
I figure my two choices are:
(1) start with template unprotected, paste info in, then protect it
(2) start with template protected, unprotect it in vba, paste in info, protect it
Any suggestions as to the best approach? I'm not protecting it for security, just to restrict where people key in information.
Any examples would be really appreciated also.
Thanks
Steve
I figure my two choices are:
(1) start with template unprotected, paste info in, then protect it
(2) start with template protected, unprotect it in vba, paste in info, protect it
Any suggestions as to the best approach? I'm not protecting it for security, just to restrict where people key in information.
Any examples would be really appreciated also.
Thanks
Steve