Hi.
I need to copy values in a column. Which column varies, but the title of the column (in row 1) is always the same. I had:
Dim Constant
Constant = Range("C:C")
The problem is that the values I want may or may not be in column C.
The column I want to copy has the text "Resource" in row 1. This text will never change.
Please help.
Regards
AJ
I need to copy values in a column. Which column varies, but the title of the column (in row 1) is always the same. I had:
Dim Constant
Constant = Range("C:C")
The problem is that the values I want may or may not be in column C.
The column I want to copy has the text "Resource" in row 1. This text will never change.
Please help.
Regards
AJ