Hi,
this is an urgent assignment i am working on and i am stuck with a vba code.
i have a named range "Analogues" which refers to D4 now, but the user can add or delete columns, so i am trying to use named range in my code.
i am trying to get the column position of this cell by
ColNum = Range("Analogues").column which is giving me a Range Global oject failed error.
can anyone please help.
Thanks,
div.
this is an urgent assignment i am working on and i am stuck with a vba code.
i have a named range "Analogues" which refers to D4 now, but the user can add or delete columns, so i am trying to use named range in my code.
i am trying to get the column position of this cell by
ColNum = Range("Analogues").column which is giving me a Range Global oject failed error.
can anyone please help.
Thanks,
div.