vbacoder
Active Member
- Joined
- Jul 7, 2007
- Messages
- 354
Hi everyone,
I have written a macro to copy and past multiple selections from one worksheet to another. The code is rather messy, and it runs slow. To help speed things up, I want to know if there is some way in which all the copy operations could be done in one go, and stored sequentually in an array, and then retrieved concurrently in one set of pasting operations. So rather than copy > paste > copy > paste ... I want array(copy) > array(paste).
Many thanks,
vcoder
I have written a macro to copy and past multiple selections from one worksheet to another. The code is rather messy, and it runs slow. To help speed things up, I want to know if there is some way in which all the copy operations could be done in one go, and stored sequentually in an array, and then retrieved concurrently in one set of pasting operations. So rather than copy > paste > copy > paste ... I want array(copy) > array(paste).
Many thanks,
vcoder