Ok, here is my problem.
I have a range called "SomeRange" I am pasting records through vba into this range. The records don't fit into the range and I need the expand the range area to cover all the records.
So I know I have 101 columns and 79 rows that are pasted. How do I programitcally assign the new area of the range? How do I convert the 101 into a cell reference? It is all very confusing.
Thanks in advance.
I have a range called "SomeRange" I am pasting records through vba into this range. The records don't fit into the range and I need the expand the range area to cover all the records.
So I know I have 101 columns and 79 rows that are pasted. How do I programitcally assign the new area of the range? How do I convert the 101 into a cell reference? It is all very confusing.
Thanks in advance.