Copy info from one excel sheet to another sheet
Solved/Closed
sstanger
Posts
2
Registration date
Wednesday 10 December 2014
Status
Member
Last seen
12 December 2014
-
11 Dec 2014 à 16:08
sstanger Posts 2 Registration date Wednesday 10 December 2014 Status Member Last seen 12 December 2014 - 12 Dec 2014 à 12:52
sstanger Posts 2 Registration date Wednesday 10 December 2014 Status Member Last seen 12 December 2014 - 12 Dec 2014 à 12:52
Related:
- Copy info from one excel sheet to another sheet
- How to copy data from one excel sheet to another - Guide
- How to copy data to multiple worksheets in Excel - Guide
- Excel move data from one sheet to another - Guide
- Excel hyperlink to another sheet - Guide
- Little alchemy cheat sheet - Guide
2 responses
vcoolio
Posts
1411
Registration date
Thursday 24 July 2014
Status
Contributor
Last seen
6 September 2024
262
12 Dec 2014 à 08:07
12 Dec 2014 à 08:07
Hello Sstanger,
I may have something for you but I just need to clarify a few things.
1) You wish to transfer data from the "Form" sheet to the "Log" sheet.
2) You wish to print the "Form" sheet at the same time the data is transferred to the "Log" sheet. It would be best to use a separate button for this command because if it is included in the same macro, it will print every time you make an entry. I assume that you would only want to print the "Form" on completion of all data entry.
3) You wish to protect the "Log" sheet after completing your entries. The easiest way to protect worksheets or workbooks is to use the inbuilt protect function. Go to the Review tab in the ribbon, Changes group, select "Protect Sheet". Make sure that the "Protect worksheet and contents of locked cells" box is ticked. Then enter your password in the next box. You may be prompted to re-enter your password to confirm it. Save and close the work book. On re-opening it, the "Log" sheet should be read only.
Also, to clarify your requirements, please upload a sample of your work book but desensitise any confidential information. Use a file sharing site such as DropBox or SpeedyShare.
Regards,
vcoolio.
I may have something for you but I just need to clarify a few things.
1) You wish to transfer data from the "Form" sheet to the "Log" sheet.
2) You wish to print the "Form" sheet at the same time the data is transferred to the "Log" sheet. It would be best to use a separate button for this command because if it is included in the same macro, it will print every time you make an entry. I assume that you would only want to print the "Form" on completion of all data entry.
3) You wish to protect the "Log" sheet after completing your entries. The easiest way to protect worksheets or workbooks is to use the inbuilt protect function. Go to the Review tab in the ribbon, Changes group, select "Protect Sheet". Make sure that the "Protect worksheet and contents of locked cells" box is ticked. Then enter your password in the next box. You may be prompted to re-enter your password to confirm it. Save and close the work book. On re-opening it, the "Log" sheet should be read only.
Also, to clarify your requirements, please upload a sample of your work book but desensitise any confidential information. Use a file sharing site such as DropBox or SpeedyShare.
Regards,
vcoolio.
sstanger
Posts
2
Registration date
Wednesday 10 December 2014
Status
Member
Last seen
12 December 2014
12 Dec 2014 à 12:52
12 Dec 2014 à 12:52
Thank you vcoolio for your response, but I was able to figure it out with a lil more research!