jakefwilson
Programmer
Hi,
I'm using a macro that includes the following code:
Columns("K:K").Select
This is fairly static, and unusable in worksheets in which the column I'm interested in is not "K". Is there any way to perform this selection via reference to the column label (my data has a header row)? By column label I mean the text contained in the topmost cell of the column.
Thank you,
Jake
I'm using a macro that includes the following code:
Columns("K:K").Select
This is fairly static, and unusable in worksheets in which the column I'm interested in is not "K". Is there any way to perform this selection via reference to the column label (my data has a header row)? By column label I mean the text contained in the topmost cell of the column.
Thank you,
Jake