View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Edward Ulle Edward Ulle is offline
external usenet poster
 
Posts: 92
Default Macro for new column

Try this

Option Explicit

Sub Test()

ActiveCell.EntireColumn.Insert

End Sub



*** Sent via Developersdex http://www.developersdex.com ***