candrews84
New Member
- Joined
- Aug 30, 2015
- Messages
- 10
First off any input is greatly appreciated, here's what I am trying to accomplish via Macro/VBA code:
1. Copy cell A2 on tab 2 to cell $A$2 on tab 1
2. Copy cell B2 on tab 2 to cell $B$2 on tab 1
3. Copy cell C2 on tab 2 to cell $C$2 on tab 1
4. File Save As (make the save as name equal to the text in cell D2 on tab 1)
5. Save As location should save to C:/List/(folder named same as cell E2 on tab 1)
6. The macro starts over copying from A3 on tab 2 to tab 1 but all the paste locations remain the same on tab 1 they do not change.
Additionally for step 5 the folder will already exist at the save location I'm just wondering if the VBA code can reference cell E2 (say for example the text 'ABC' resides in this cell) in the workbook and know to match that to the folder in C:/List/ABC(folder)
I've tried to simplify this as best as possible but please let me know if this is clear. Any help is greatly appreciated as I am faced with a large mundane task and I am trying to automate it as much as possible.
1. Copy cell A2 on tab 2 to cell $A$2 on tab 1
2. Copy cell B2 on tab 2 to cell $B$2 on tab 1
3. Copy cell C2 on tab 2 to cell $C$2 on tab 1
4. File Save As (make the save as name equal to the text in cell D2 on tab 1)
5. Save As location should save to C:/List/(folder named same as cell E2 on tab 1)
6. The macro starts over copying from A3 on tab 2 to tab 1 but all the paste locations remain the same on tab 1 they do not change.
Additionally for step 5 the folder will already exist at the save location I'm just wondering if the VBA code can reference cell E2 (say for example the text 'ABC' resides in this cell) in the workbook and know to match that to the folder in C:/List/ABC(folder)
I've tried to simplify this as best as possible but please let me know if this is clear. Any help is greatly appreciated as I am faced with a large mundane task and I am trying to automate it as much as possible.