+ Reply to Thread
Results 1 to 5 of 5

Selecting row of filtered data, pasting it, then moving down and selecting the next row

  1. #1
    Registered User
    Join Date
    01-26-2016
    Location
    sheffield england
    MS-Off Ver
    2013
    Posts
    5

    Selecting row of filtered data, pasting it, then moving down and selecting the next row

    Hi All,

    I need to:

    Select the next row down from A9

    Selection A:S

    Then Paste into another sheet (I can do this bit)

    Then select next row

    repeat

    I can normally do this, however because its filtered I can't get it to work,

    Any ideas?

    At the moment its selecting specific cells of the filtered data (I recorded the macro)

  2. #2
    Forum Expert
    Join Date
    08-28-2014
    Location
    Texas, USA
    MS-Off Ver
    2016
    Posts
    1,796

    Re: Selecting row of filtered data, pasting it, then moving down and selecting the next ro

    Use SpecialCells, like this:

    Please Login or Register  to view this content.
    I'm interested in starting a career working with VBA, if anyone knows of any opportunities!

  3. #3
    Registered User
    Join Date
    01-26-2016
    Location
    sheffield england
    MS-Off Ver
    2013
    Posts
    5

    Re: Selecting row of filtered data, pasting it, then moving down and selecting the next ro

    Thank you!

    Works perfectly apart from it says

    "Cell" is not a defined variable

    Any ideas?

  4. #4
    Forum Expert
    Join Date
    08-28-2014
    Location
    Texas, USA
    MS-Off Ver
    2016
    Posts
    1,796

    Re: Selecting row of filtered data, pasting it, then moving down and selecting the next ro

    Add this at the beginning of your sub, or anywhere in the code before the For loop:

    Please Login or Register  to view this content.

  5. #5
    Forum Expert
    Join Date
    08-28-2014
    Location
    Texas, USA
    MS-Off Ver
    2016
    Posts
    1,796

    Re: Selecting row of filtered data, pasting it, then moving down and selecting the next ro

    Add this at the beginning of your sub, or anywhere in the code before the For loop:

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problems selecting a filtered range and moving it to a new sheet...
    By swade730 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-07-2014, 12:31 PM
  2. Selecting data from worksheets, copying and pasting over
    By unreal_event_horizon in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-07-2014, 04:31 PM
  3. Selecting a cell from filtered data within a macro
    By excelloser in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 07-10-2012, 05:25 PM
  4. Excel 2007 - Moving to/ selecting next cell in filtered sheet is not working.
    By MarMo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-25-2012, 03:53 AM
  5. Replies: 2
    Last Post: 05-10-2011, 04:41 AM
  6. Selecting filtered data only?
    By Florinnn in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-24-2010, 12:32 PM
  7. Selecting cells of filtered data
    By Aussie_Striker in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-31-2007, 08:19 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1