View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mniccole mniccole is offline
external usenet poster
 
Posts: 13
Default Loop QUESTION to end of data range...

HI:
Can you tell me how to loop to the end of the data range without this
being static?
Please

numrows = Range("A2", Range("A2").End(xlDown)).Rows.Count
Range("A2").EntireColumn.Select

For x = 1 To 3000

Thanks so much

Just need to go to the end value which will change everytime the report
is ran by user