View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Jim is offline
external usenet poster
 
Posts: 615
Default what does this mean?

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

i now about the for loop and just not sure about .end(xUp).row

ive seen this around a few times like xl???? what does it do? any help would
be great, thanks

-Jim