Hi,
I was wondering if anyone can help me out with code that will read the data in column A, copy data in columns B&C, and paste it to another already existing sheet in the same workbook. Column A contains the sheet name it will copy it to. Sure hope you can help.
I must add that when it it copies it to the appropriate sheet... it will pasted it in the next available row. As I update this same workbook daily...
Thanks for your time.
I was wondering if anyone can help me out with code that will read the data in column A, copy data in columns B&C, and paste it to another already existing sheet in the same workbook. Column A contains the sheet name it will copy it to. Sure hope you can help.
I must add that when it it copies it to the appropriate sheet... it will pasted it in the next available row. As I update this same workbook daily...
Thanks for your time.
Book2 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | TabName | SalesDate | SalesAmount | |||
2 | Mustang | 12/2/2012 | $35,000 | |||
3 | Camaro | 5/1/2013 | $32,000 | |||
4 | Pinto | 5/2/2013 | $150 | |||
Sheet1 |