+ Reply to Thread
Results 1 to 2 of 2

Dynamic Range Select Help

  1. #1
    Forum Contributor
    Join Date
    05-04-2013
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    184

    Dynamic Range Select Help

    Hi,

    Can someone help me fix this formula Range("________________") to select a dynamic range. I would like to change it to something like this: Range("R1C1:R&FinalRowC26"). Thank you very much!


    HTML Code: 

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Dynamic Range Select Help

    At a glance, without R1C1 it'd just be Range("A1:Z" & FinalRow)

    With R1C1 I think it'd be Range("R1C1:R" & FinalRow & "C26"), though I admittedly don't use R1C1 often
    Last edited by CAntosh; 03-02-2016 at 11:03 AM.

+ 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. Select last row of a dynamic range
    By Angelfish13 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-24-2013, 07:28 AM
  2. how do you select (or copy) a dynamic range
    By twiggywales in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-03-2012, 07:18 PM
  3. VBA Select Dynamic Range
    By Laylow in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-05-2011, 02:37 PM
  4. Select dynamic range.
    By JapanDave in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-30-2011, 03:12 AM
  5. Select a dynamic range
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-09-2009, 07:24 PM
  6. How to select a dynamic (?) range?
    By HelenW in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 12-11-2008, 06:54 AM
  7. select dynamic range with dynamic start point
    By Juli in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-30-2005, 08:05 PM

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