Hi All,
I have a table that needs to expand to another column, and I know that cell "b3" is a part of that table.
I know that:
Range("B3").CurrentRegion.Select
will select the entire table, but how should I go about expanding it one more column?
Thanks a ton,
Bill