View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
mvyvoda mvyvoda is offline
external usenet poster
 
Posts: 41
Default Finding next available empty cell in a row

awesome,

thanks gentlemen, i'm sure i can figure it out from here! who knew?

-m

"Bob Phillips" wrote:


NextFree = Activecell.Offset(-1,0).End(xlToRight)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Wendy" wrote in message
...
I'm having to transpose a lot of data that are currently arranged in rows

to
columns, it's the output of a 1:m data table.

I can't quite find the right syntax that activates the next available cell
in a row above.

Many thanks

Wendy