Thread: Cell Address
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LSB LSB is offline
external usenet poster
 
Posts: 8
Default Cell Address

Hello Experts,

I would like to know how can I obtain the cell address in
integer format. For example, now when I use to get the
address function I will get a return something
like "$F$4", if I were to use the addresslocal function
with false columnabsolute and rowabsolute attributes, I
will get F4.

How can I get a return of the format like ..cells(2,5)
for example?

Can somebody please help.

MANY THANKS IN ADVANCE...

LSB