View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
scain2004[_20_] scain2004[_20_] is offline
external usenet poster
 
Posts: 1
Default Next Empty Column in Row

I'm trying to figure out how to find the next empty column in a row o
data.

Range("DateRange").Cells(rowCntr, xlEnd) = jobType

is what I have now. This is part of a loop so right now it finds th
next empty column, but won't go past that in future increments of th
loop. Doesn't xlEnd update as data's entered or do I have to fin
another way to increment the columns

--
Message posted from http://www.ExcelForum.com