Hi , i am new to vba and right now struggling to get small codes correct.
I need to write a code which gives me numbers 1 to 100 in the same column with each number repeated 5 times before i move to the next number like
1
1
1
1
1
2
2
2
2
2
till 100 .
Request help .