View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 13
Default Selecting a range from second row onward

hello,
Im writting a vba function to import an excel file and where it asks for
the range i know i can use SheetName$ to grab the entire sheet, but how would
i code it to grab the entire sheet from row 2 onward?

The program im writing this in is access, but i wasnt sure if this was the
correct msg board to post to or not.

thanks for the help!
Ben