"Alex St-Pierre" wrote:
> Thank's a lot. It works very well.
> I'm wondering if there are 2 rows to copy from table #1 to table #2 (first
> two row), is it possible to copy the 2 rows at the same time by setting
> rowCopy equal to the first two rows?
Modify the code I posted and try it! You would probably need two row
objects... Or try without row objects and use the Range object instead...