MachoFlyer813
New Member
- Joined
- Nov 5, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hello
I want to start out with saying am not familiar with VBA programming and have been struggling with this task. I have been trying to do some research and figure out what I need to do to accomplish my task. What I am trying to do is go into a folder and pull specific data out of some excel sheets and paste it onto a master excel sheet.
Some background, we autogenerate these forms to our customers and it shows their production rates for that day. I am looking at compiling a group of these reports to study some of the data from our systems.
I am looking to copy the information in cells C6:C20 (See info to be Copied) and paste it onto a mastersheet. All of the workbooks from the host files will have the sheet name of "3462UrbanSawDataReportCSV_2022-" and the destination sheet would just be "Sheet 1". The copied cells will always be C6:C20. I would like to paste the information like shown in the picture "Pasted Information" but if it has to be in the same orientation as the copied data I can make that work.
I would like to have it so when you start the macro you have to select a folder vs having a specific folder specified in the code.
On top of all of that I didn't know if there was a way to not have specify the host sheet name. I mentioned the sheet name above as "3462UrbanSawDataReportCSV_2022-" but that is only linked to our job number 3462. Each one of our systems has a different job number. I would be fine going in and modifying the code to change the sheet name for each time I ran this but if there was a way around that it would be great!
Any help I can get would be greatly appreciated. Let me know if I left out any prevalent information.
I want to start out with saying am not familiar with VBA programming and have been struggling with this task. I have been trying to do some research and figure out what I need to do to accomplish my task. What I am trying to do is go into a folder and pull specific data out of some excel sheets and paste it onto a master excel sheet.
Some background, we autogenerate these forms to our customers and it shows their production rates for that day. I am looking at compiling a group of these reports to study some of the data from our systems.
I am looking to copy the information in cells C6:C20 (See info to be Copied) and paste it onto a mastersheet. All of the workbooks from the host files will have the sheet name of "3462UrbanSawDataReportCSV_2022-" and the destination sheet would just be "Sheet 1". The copied cells will always be C6:C20. I would like to paste the information like shown in the picture "Pasted Information" but if it has to be in the same orientation as the copied data I can make that work.
I would like to have it so when you start the macro you have to select a folder vs having a specific folder specified in the code.
On top of all of that I didn't know if there was a way to not have specify the host sheet name. I mentioned the sheet name above as "3462UrbanSawDataReportCSV_2022-" but that is only linked to our job number 3462. Each one of our systems has a different job number. I would be fine going in and modifying the code to change the sheet name for each time I ran this but if there was a way around that it would be great!
Any help I can get would be greatly appreciated. Let me know if I left out any prevalent information.