View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Johnny[_11_] Johnny[_11_] is offline
external usenet poster
 
Posts: 6
Default vba - Select Used Range minus the top header

Hi all,

I am using "ActiveSheet.UsedRange.Select" to select the used range and
that's great. However, I can't figure out how to ignore the first row
of data, because it's a header. I'm still searching the boards but I
haven't seen anyone ask this question.

Thanks
John