View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Brendan Vassallo Brendan Vassallo is offline
external usenet poster
 
Posts: 11
Default Column References in Macros

I am writing a Macro and want to referecne a column by using its A1 reference
(ie Column A etc) instead of its R1C1 reference.

I am using the activecell.column funtion at the moment. Is there any way to
get this to retun the A1 column reference?

Brendan