Results 1 to 2 of 2

Thread: Copying worksheets to new workbooks

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    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.

  2. #2
    PowerPoster jdc2000's Avatar
    Join Date
    Oct 2001
    Location
    Idaho Falls, Idaho USA
    Posts
    2,526

    Re: Copying worksheets to new workbooks

    You can try detecting whether a row is visible and just copy the ones that are.

    Possibly useful links:

    https://stackoverflow.com/questions/...d-visible-cell

    https://techcommunity.microsoft.com/...ve/m-p/1798398

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width