View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gsurfdude Gsurfdude is offline
external usenet poster
 
Posts: 5
Default Loop thru used rows in column

Hello,

I am fairly new to Excel VBA and I need to know how to loop through used
rows in a one column. In logic

for each row in column A starting @ A4 to A whatever

So I need to return values in A4-A whatever is used. I hope that makes sense

Thanks!