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.
|