Is there a way to copy multiple sheets at once to create one worksheet, rather than one at a time?
D Des Nov 26, 2003 #1 Is there a way to copy multiple sheets at once to create one worksheet, rather than one at a time?
D Don Guillett Nov 26, 2003 #2 You could use a for/each loop for each ws in worksheets depends on what and where you want to copy next
You could use a for/each loop for each ws in worksheets depends on what and where you want to copy next