View Single Post
  #6   Report Post  
Jim May
 
Posts: n/a
Default

What if OP was in need of finding next empty column
in Row 5 where A5:G5 had values? OP needs cell H5.
tks,

"Bob Phillips" wrote in message
...
Range("A" & Cells(Rows.Count,"A").End(xlUp).Row+1)

gives that next free cell

--
HTH

Bob Phillips

"Technoman" wrote in message
...
I am in need of the macro that enables a user to go to the next available
cell in a particular row. I have seen the post on this site before but
cannot find it now i need it.