BlurSotong
New Member
- Joined
- Nov 13, 2017
- Messages
- 2
Hi all
Been looking around and couldn't find a suitable VBA code. (I'm not well-versed in coding thus don't know enough to update the codes that I found online). Hoping I can get some help here.
I have 2 worksheets.
Worksheet1: Data is entered from
Column A
Column B
Column C
Column D
Column E
Column F
Column G
Column H - No. of times to multiple the data in Worksheet2
I need to copy and append the data from Worksheet1.Column A to G to Worksheet2.Column C to I based on the number specified in Worksheet1.Column H. The number differs for every row. E.g. If for Row 10, the value in Column H is 6 means I have to duplicate the data in Row 10, 6 times in Worksheet2. If for another row, the number is 15, I have to duplicate the corresponding data 15 times in Worksheet2.
Data in Worksheet1 is an operation worksheet thus the data will be entered on different days. Will only want to copy and append the new data or to select the specific row to be copied. Also when doing the copy, the new data has to append to the existing data in Worksheet 2 (i.e. no overwriting).
Hope the experts in this Forum will be able to help me .
Thanks so much in advance.
Been looking around and couldn't find a suitable VBA code. (I'm not well-versed in coding thus don't know enough to update the codes that I found online). Hoping I can get some help here.
I have 2 worksheets.
Worksheet1: Data is entered from
Column A
Column B
Column C
Column D
Column E
Column F
Column G
Column H - No. of times to multiple the data in Worksheet2
I need to copy and append the data from Worksheet1.Column A to G to Worksheet2.Column C to I based on the number specified in Worksheet1.Column H. The number differs for every row. E.g. If for Row 10, the value in Column H is 6 means I have to duplicate the data in Row 10, 6 times in Worksheet2. If for another row, the number is 15, I have to duplicate the corresponding data 15 times in Worksheet2.
Data in Worksheet1 is an operation worksheet thus the data will be entered on different days. Will only want to copy and append the new data or to select the specific row to be copied. Also when doing the copy, the new data has to append to the existing data in Worksheet 2 (i.e. no overwriting).
Hope the experts in this Forum will be able to help me .
Thanks so much in advance.