How's this:
<font face=Calibri><SPAN style="color:#00007F">Sub</SPAN> foo()<br>****<SPAN style="color:#00007F">Dim</SPAN> i <SPAN style="color:#00007F">As</SPAN> <SPAN style="color:#00007F">Long</SPAN><br>********<SPAN style="color:#00007F">For</SPAN> i = Cells(1, "IY").Column <SPAN style="color:#00007F">To</SPAN> Cells(1, "H").Column <SPAN style="color:#00007F">Step</SPAN> -1<br>************<SPAN style="color:#00007F">With</SPAN> Cells(1, i)<br>****************.EntireColumn.Insert<br>****************.Offset(, 1).Value = "SKIP"<br>************<SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">With</SPAN><br>********<SPAN style="color:#00007F">Next</SPAN> i<br><SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">Sub</SPAN></FONT>
HTH,