Copying worksheets to new workbooks
I have a source workbook that has several worksheets. I need to filter each worksheet one by one and paste the visible results in a new workbook for each worksheet. Creating and naming the new workbook is no problem but after that how do I avoid having to activate the source workbook, copy the visible cells, activate the new workbook and paste? I'd like to avoid the activations but errors I've been getting seem to require me to do that.
Re: Copying worksheets to new workbooks