View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default what does this mean?

Check your previous post.

Jim wrote:

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


--

Dave Peterson