Hi guys,
Is there a VBA code that someone can help me with, What I am trying to achieve is insert a row of copied cells to another row that has a value of "here"
A4 is the row I want to copy.
So along Column B each cell has the formula ;
=IF(C5=C4,"","HERE")
And the value returns as HERE at random rows and it is quite a lengthy process to copy and paste 1000's of rows of data, I am certain there is a VBA wizard on here that has a simple solution.
And of course if anything else needs clarifying, Just ask away.
Thanks in advance!
Is there a VBA code that someone can help me with, What I am trying to achieve is insert a row of copied cells to another row that has a value of "here"
A4 is the row I want to copy.
So along Column B each cell has the formula ;
=IF(C5=C4,"","HERE")
And the value returns as HERE at random rows and it is quite a lengthy process to copy and paste 1000's of rows of data, I am certain there is a VBA wizard on here that has a simple solution.
And of course if anything else needs clarifying, Just ask away.
Thanks in advance!