Thread: Go To Column A
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ian.montano@gmail.com is offline
external usenet poster
 
Posts: 3
Default Go To Column A

Got it to work.

Selection.EntireRow.Insert
Selection.EntireRow.Select
Selection.Columns("A:A").Select

Thanks