Range with computed column number
Range(A5000) is a valid VBA expression.
How do I specify "A" as a variable?
Range(Columns(n)5000) or something like that?
Where n is an integer column number obtained separately.
The above trial expression returns an error message:
Expected separator or ")" .
But the trial expression has balanced parenthses.
Thanks,
Fred Holmes
|