View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Beto[_3_] Beto[_3_] is offline
external usenet poster
 
Posts: 140
Default Add a Column Macro

Randy wrote:

I am looking for a macro that will add a column to the rigght of the active cell/clomn.
All help would be greatly appreciated


Sub AddColumnToTheRight()
ActiveCell.Offset(0, 1).EntireColumn.Insert
End Sub

Regards,
--
Beto
Reply: Erase between the dot (inclusive) and the @.
Responder: Borra la frase obvia y el punto previo.