Thread: Columns
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Clark B Clark B is offline
external usenet poster
 
Posts: 7
Default Columns

Hi!

I am interested in getting the column of a cell.
If cell D1 is selected and I use this code...

Msgbox Activecell.Column

....then I get 4 inth msgbox. How can I get 'D'?

Regards

Clarkie