View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Arendt-Theilen Frank Arendt-Theilen is offline
external usenet poster
 
Posts: 1
Default Entire column, but not top 8 rows

Hi Chuck,
as follows:

Sub Test()
With ActiveSheet
.Range(.Cells(9, ActiveCell.Column), _
.Cells(65536, ActiveCell.Column)).Select
End With
End Sub

Regards
Frank
________________________________________________
Frank Arendt-Theilen, Microsoft MVP Excel
E-Mail: