I need a VBA code that can insert 3 blank row before the row have a string in their Column A,
For example
A1 : Boy
A2 : 1234 BOY
A3 : 1234
When run the VBA it will be :
A1:
A2:
A3:
A4:Boy
A5:1234 BOY
A6:1234
and have a loop for others .
Thank you very much