View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arul Arul is offline
external usenet poster
 
Posts: 5
Default Excel Macro question? Column position

Say I have a column name "TEST". I would like to find the position of this
column and then assign this number to a variable.

If "TEST" is the fifth column in the spreadsheet...then the resulting value
I'm looking for is var = 5

Anyone?

Thanks