Hy there,
I'm really not good to cycle into the sheet to extract value.
I got sheet1 with a table from B4:L53, i need a macro to go down Column B until blank (sometimes i got 20 entry, sometimes 30 or 40 in that b column. That is why i need the cycle option.
If the macro find a value of 6 digit number in the B column (between range 4 at 53), the macro need to create and copy on another sheet (copy all the value on that sheet1, to the new one) from b4.
Here the column he need to copy B, C, L, of each row to the new sheet.
So if in B4 we got a value (ex : 680456), copy B4 ,C4 ,L4 on another sheet after the macro create the new sheet2, like B4 in (B4), C4 in (C4), L4 in (D4). Then if he find on b5 copy on the same sheet2 we copy B4, C4, L4, like this B5 in (B5), C5 in(C5), L5 in (D5) till the last row with value.
The value the macro will search in column b will always be a 6 digit number 680987, 690654, etc.
Column C and L need to copy the value not the function vlookup in it.
I hope i'm clear
thanks in advance and if you know a course online free for cycling macro i will try to learn it
Michellin
I'm really not good to cycle into the sheet to extract value.
I got sheet1 with a table from B4:L53, i need a macro to go down Column B until blank (sometimes i got 20 entry, sometimes 30 or 40 in that b column. That is why i need the cycle option.
If the macro find a value of 6 digit number in the B column (between range 4 at 53), the macro need to create and copy on another sheet (copy all the value on that sheet1, to the new one) from b4.
Here the column he need to copy B, C, L, of each row to the new sheet.
So if in B4 we got a value (ex : 680456), copy B4 ,C4 ,L4 on another sheet after the macro create the new sheet2, like B4 in (B4), C4 in (C4), L4 in (D4). Then if he find on b5 copy on the same sheet2 we copy B4, C4, L4, like this B5 in (B5), C5 in(C5), L5 in (D5) till the last row with value.
The value the macro will search in column b will always be a 6 digit number 680987, 690654, etc.
Column C and L need to copy the value not the function vlookup in it.
I hope i'm clear
thanks in advance and if you know a course online free for cycling macro i will try to learn it
Michellin