Automatically transfering data after generating new worksheets
Closed
Ricky
-
Jan 15, 2016 at 12:52 PM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Jan 21, 2016 at 04:23 AM
vcoolio Posts 1411 Registration date Thursday July 24, 2014 Status Moderator Last seen September 6, 2024 - Jan 21, 2016 at 04:23 AM
Related:
- Automatically transfering data after generating new worksheets
- Transfer data from one excel worksheet to another automatically - Guide
- Download automatically while roaming - Guide
- Tmobile data check - Guide
- How to automatically transfer data between sheets in Excel - Guide
- Why does facebook refresh itself automatically - Guide
3 responses
OK, so after the data gathering, what are you doing with it?
The reason I am asking, is because the compilation of the data matters on the type of data we are going to use, and how are we going to use it?
I do not wish to spend time writing code only for you to tell me that doesn't do what you what, or expect. The problem is you have not clearly defined your scope of work.
Please understand, we are volunteers, that can help, but cannot do the work for you.
The reason I am asking, is because the compilation of the data matters on the type of data we are going to use, and how are we going to use it?
I do not wish to spend time writing code only for you to tell me that doesn't do what you what, or expect. The problem is you have not clearly defined your scope of work.
Please understand, we are volunteers, that can help, but cannot do the work for you.
Thank you for your response ac3mark.
I will try and provide the additional details to help with my issue.
I'm working with a program that provides me with an ugly extract of data which I need to break down for multiple locations. When the file is extracted it's one sheet of information, in the past a person would have to sort by location (column E), create a new tab for each location, filter by location and copy and paste the information into the new tab. This document would have up to 40 locations meaning 40 new sheets would have to be created and 40 sets of data to be copy and pasted over. As you can imagine not the most efficient way to complete the task.
As it stands right now with the above code I have the first step done where the new sheet is being created and labeled for any unique location. Now I'm trying to add to this code and/or create a new code to identify the new sheets name (locations) that were just created and pull all the rows of information out of the "master" extract and insert it into that new sheet.
Additional Details
- The extract document has 17 columns (Column A to Q)
- Number of rows always vary
- End result is one sheet per location with their specific information
Please let me know if you need any other information.
Thank you!
I will try and provide the additional details to help with my issue.
I'm working with a program that provides me with an ugly extract of data which I need to break down for multiple locations. When the file is extracted it's one sheet of information, in the past a person would have to sort by location (column E), create a new tab for each location, filter by location and copy and paste the information into the new tab. This document would have up to 40 locations meaning 40 new sheets would have to be created and 40 sets of data to be copy and pasted over. As you can imagine not the most efficient way to complete the task.
As it stands right now with the above code I have the first step done where the new sheet is being created and labeled for any unique location. Now I'm trying to add to this code and/or create a new code to identify the new sheets name (locations) that were just created and pull all the rows of information out of the "master" extract and insert it into that new sheet.
Additional Details
- The extract document has 17 columns (Column A to Q)
- Number of rows always vary
- End result is one sheet per location with their specific information
Please let me know if you need any other information.
Thank you!
vcoolio
Posts
1411
Registration date
Thursday July 24, 2014
Status
Moderator
Last seen
September 6, 2024
262
Jan 21, 2016 at 04:23 AM
Jan 21, 2016 at 04:23 AM
Hello Ricky,
I feel that you may be trying to do a similar thing to the following thread:-
https://ccm.net/forum/affich-859527-vba-copying-data-to-new-sheets
Have a look at my reply (post #2) and see if it is a possible solution to your issue. There is a link in the post to my test work book for you to try out.
Let us know how it goes.
Cheerio,
vcoolio.
I feel that you may be trying to do a similar thing to the following thread:-
https://ccm.net/forum/affich-859527-vba-copying-data-to-new-sheets
Have a look at my reply (post #2) and see if it is a possible solution to your issue. There is a link in the post to my test work book for you to try out.
Let us know how it goes.
Cheerio,
vcoolio.