New_VBA'er
New Member
- Joined
- May 23, 2011
- Messages
- 2
This is what I am trying to achieve...
Is a1 = c1? after test loop to next cell and test again...
if yes, then goto a2 and conduct test for a2 = c2, etc...
if no, insert a blank cell into a1 (this should then move the contents of cell a1 to cell a2), then conduct test for a2 = c2, etc...
I need this to continue to the last populated cell in column. This should be 10883.
Can someone please help me with this, I just can't get my head around it.
Is a1 = c1? after test loop to next cell and test again...
if yes, then goto a2 and conduct test for a2 = c2, etc...
if no, insert a blank cell into a1 (this should then move the contents of cell a1 to cell a2), then conduct test for a2 = c2, etc...
I need this to continue to the last populated cell in column. This should be 10883.
Can someone please help me with this, I just can't get my head around it.