View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aggie Aggie is offline
external usenet poster
 
Posts: 8
Default How to retrieve Excel column as a string (AAA instead of 703)

Hello

I was using GetProperty to retrieve the column on an Excel spreadsheet, but
it returns me the number of column ..

Is there a way I get the corresponding column name, I mean using the letters
instead of the number? (like getting AAA instead of 703, or ZZ instead of
702).

--
thanks so much.