J
Juan Correa
Hello
I have a small question for the gurus here:
I have a spreadsheet with Data. The data is stored in columns A through P
with column labels in row 1. So my column lables are A11
I know how to use:
Cells.Find(What:="SomeColumnLable").Column
To determine which column any particular bit of information is located at.
My question is:
Is there a way that I can use the Cells.Find to check if a column label does
not exist in the range?
Thanks
JC
I have a small question for the gurus here:
I have a spreadsheet with Data. The data is stored in columns A through P
with column labels in row 1. So my column lables are A11
I know how to use:
Cells.Find(What:="SomeColumnLable").Column
To determine which column any particular bit of information is located at.
My question is:
Is there a way that I can use the Cells.Find to check if a column label does
not exist in the range?
Thanks
JC