ixthoughtxso
New member
- Local time
- Today, 01:12
- Joined
- Jun 10, 2010
- Messages
- 2
Hi all,
I am a second year analyst at a bank and I have recently been battling with VBA. I have tried recording a macro to do the below, but I feel I am no where close.
I have a huge data dump in one sheet called Report with client names in column A. the headings of the first row are always standard.
1) I have created a template sheet that creates a scatterplot when Row 2 is pasted with data
2) I also have a macro that can create as many copies of the template sheet as I input and calls the tabs Chart1, Chart2, Chart3, etc.
The issue is, I need a macro that could copy 1 row from Report and paste it onto Chart1, and copy the following row from Report and paste it onto Chart2. The sheets are there already, so there'd be no need for the macro to create any.
Can anyone help me out? Thanks in advance
I am a second year analyst at a bank and I have recently been battling with VBA. I have tried recording a macro to do the below, but I feel I am no where close.
I have a huge data dump in one sheet called Report with client names in column A. the headings of the first row are always standard.
1) I have created a template sheet that creates a scatterplot when Row 2 is pasted with data
2) I also have a macro that can create as many copies of the template sheet as I input and calls the tabs Chart1, Chart2, Chart3, etc.
The issue is, I need a macro that could copy 1 row from Report and paste it onto Chart1, and copy the following row from Report and paste it onto Chart2. The sheets are there already, so there'd be no need for the macro to create any.
Can anyone help me out? Thanks in advance