+ Reply to Thread
Results 1 to 2 of 2

Using advanced auto filter to choose all of range

  1. #1
    Registered User
    Join Date
    08-22-2011
    Location
    San Diego, CA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Using advanced auto filter to choose all of range

    I have a formula that does almost everything I want it to, but I would like to to select the end right of the range and bottom of the range. When I record the macro, it shows the highlighted range (A3:P829), but I would like it to be a general formula instead because the bottom range may change aka there will be more rows of data. Here is the formula that is developed when recorded.

    There are two worksheets I have used:
    Baseline_Replacement
    Replacement


    Please Login or Register  to view this content.

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Using advanced auto filter to choose all of range

    Hi mendozati,

    You need to learn this kind of code:
    Please Login or Register  to view this content.
    then in your Range("A3:P829") make it
    Please Login or Register  to view this content.
    If you need to find the last column in a row it looks like this

    Please Login or Register  to view this content.
    hope this helps.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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