View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nazrul[_3_] Nazrul[_3_] is offline
external usenet poster
 
Posts: 4
Default last column of a row

I would like to know the last filled column of a row. I wrote this lastCol =
cells(1, columns.count) that returns 256. But I have only 101 columns filled
with data. So I was expecting lastCol is equal to 101.

I am doing something wrong to find last filled column number. Can you please
help me?

Nazrul