Consulting

Results 1 to 2 of 2

Thread: Copy only visible cells

  1. #1
    VBAX Master
    Joined
    Jun 2006
    Posts
    1,091
    Location

    Copy only visible cells

    I would like to filter by column A if it is Meat, then copy it to another tab and if it is retail then copy it to another tab and Grocery to another tab. I am guessing I have to filter it and then copy but how do I copy just the visible cells? I already know how to do the filter, I just can't figure out how to copy only visible cells?

  2. #2
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,288
    Location
    [VBA]Range(xxx).SpecialCells(xlCellTypeVisible).copy ws.copyto[/VBA]

Posting Permissions

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