View Single Post
  #4   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

It works. Thanks Don.

"Don Guillett" wrote:

how about
cells(1, columns.count).end(xltoleft).column

--
Don Guillett
SalesAid Software

"Nazrul" wrote in message
...
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