Hope the title's not too confusing.
I'm trying to write a Macro that will take the value in B6 and copy it to a new sheet in cell A1 and copy it down the column based on the value in cell C6. Then do the dame for B7 /C7 and so on. I also need to add a set value into Column S for each line
E.g.
Sheet 1:
B6 = 20
C6 =5
B7 = 10
C7 = 2
Sheet 2 Should look like this:
A1=20 S1=SC01
A2=20 S2=SC01
A3=20 S2=SC01
A4=20 S2=SC01
A5=20 S2=SC01
A6=10 S2=SC01
A7=10 S2=SC01
Can you help?
I'm trying to write a Macro that will take the value in B6 and copy it to a new sheet in cell A1 and copy it down the column based on the value in cell C6. Then do the dame for B7 /C7 and so on. I also need to add a set value into Column S for each line
E.g.
Sheet 1:
B6 = 20
C6 =5
B7 = 10
C7 = 2
Sheet 2 Should look like this:
A1=20 S1=SC01
A2=20 S2=SC01
A3=20 S2=SC01
A4=20 S2=SC01
A5=20 S2=SC01
A6=10 S2=SC01
A7=10 S2=SC01
Can you help?