View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim[_9_] Jim[_9_] is offline
external usenet poster
 
Posts: 18
Default can someone tell me what this means?

For j = Cells(Rows.Count, "A").End(xlUp).Row To 6 Step -1

i know about the for loop, im just not sure about the xlUp stuff. thanks