C
catlair
Hi,
How do I adapt the "IF/THEN" statement to capture the first or second
line column headers and convert them? For example,
IF Worksheet.Column = "Name" THEN
Name = A
ELSE Worksheet.Column = "Country" THEN
Country = B
ELSE End
Forgive my lousy attempt.
catlair
How do I adapt the "IF/THEN" statement to capture the first or second
line column headers and convert them? For example,
IF Worksheet.Column = "Name" THEN
Name = A
ELSE Worksheet.Column = "Country" THEN
Country = B
ELSE End
Forgive my lousy attempt.
catlair