Macro or VB code Help on Moving data from one sheet to another
Closed
DSDaisy
Posts
1
Registration date
Tuesday September 23, 2014
Status
Member
Last seen
September 23, 2014
-
Sep 23, 2014 at 06:36 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Sep 23, 2014 at 11:49 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Sep 23, 2014 at 11:49 AM
Related:
- Macro or VB code Help on Moving data from one sheet to another
- Battery reset code - Guide
- Transfer data from one excel worksheet to another automatically - Guide
- How to get whatsapp verification code online - Guide
- Samsung volume increase code - Guide
- Google sheet right to left - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Sep 23, 2014 at 11:49 AM
Sep 23, 2014 at 11:49 AM
Hi DSDaisy,
You start by creating a template sheet of how you want the Named sheets to look like. Call the sheet "Template" and hide it.
Now you write a code which checks if the Named sheet is already there, if not unhide the "Template" sheet, make a copy of it and rename the copy the appropriate Name, hide the "Template" sheet again.
Now you put the correct data in it's correct place.
Think about:
- If you want to keep the data on the Named sheets or if you want to overwrite them.
- When you want the code to run (manually/automatically).
- Handle all entry's at once or one at the time.
Good luck and best regards,
Trowa
You start by creating a template sheet of how you want the Named sheets to look like. Call the sheet "Template" and hide it.
Now you write a code which checks if the Named sheet is already there, if not unhide the "Template" sheet, make a copy of it and rename the copy the appropriate Name, hide the "Template" sheet again.
Now you put the correct data in it's correct place.
Think about:
- If you want to keep the data on the Named sheets or if you want to overwrite them.
- When you want the code to run (manually/automatically).
- Handle all entry's at once or one at the time.
Good luck and best regards,
Trowa