billyheanue
Board Regular
- Joined
- Jul 13, 2015
- Messages
- 109
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:
will select the entire table, but how should I go about expanding it one more column?
Thanks a ton,
Bill
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:
Code:
Range("B3").CurrentRegion.Select
will select the entire table, but how should I go about expanding it one more column?
Thanks a ton,
Bill