View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default VBA - insert column

Columns("G").Insert

as simple as that

--
__________________________________
HTH

Bob

"Tree*Rat" wrote in message
6.253...
How do i get VBA to insert a new column?