If I populate an object in vba with 10 values, and paste it into a range that has been defined to be 200 rows long, will these 10 values be copied over and over again in the predefined range?
note: the populating and pasting is done via vba code, and the range is defined in excel.
this seems to be happening in excel vba 2007, but not in 2010. need to fix the 2007 problem. would appreciate your input..
thanks in adv!
To avoid pasting extra data,
Seta variable to your named range andResizethat variable before pasting, egIf the ‘object’ being pasted is a
RangeIf the ‘object’ being pasted is an Array