Hi Guys,
i want to copy rows based on array with index from table1 to table2:
a = {1,2,5}
so only rows: 1,2 and 5 should be copied.
i was thinking to use advance filter with indexes but i do not know if this is possible. Or fulfill some artificial array or range to get it in advance filter which is the fastest way to do this i suppose.
How can i do this?
It is possible to copy multiple row without looping ?
Or just looping, unioning them into range and copying ?
Please help,
Jacek
Bookmarks