+ Reply to Thread
Results 1 to 2 of 2

Select a Range with reference to other range which has values always

  1. #1
    Registered User
    Join Date
    02-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    7

    Select a Range with reference to other range which has values always

    From this VBA code, you can define your range for which you need to update a formula or a value..

    TmpR = Range("R" & Rows.Count).End(xlUp).Row
    Range("T2:T" & TmpR).Select

    Here, iam updating a formula to show up a ABS value in the selection and paste only Values:

    Selection.FormulaR1C1 = "=ABS(RC[-4])"
    'FOR PASTE SPECIAL VALUES
    Selection.Value = Selection.Value

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,945

    Re: Select a Range with reference to other range which has values always

    Is there a question in there?
    Bernie Deitrick
    Excel MVP 2000-2010

+ 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. [SOLVED] flag out of range values based on set of criteria and reference range
    By Excel_learner in forum Excel General
    Replies: 8
    Last Post: 04-19-2016, 01:51 PM
  2. Invalid or unqualified reference on range select
    By Poulan in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-12-2014, 01:22 PM
  3. Replies: 4
    Last Post: 06-17-2013, 05:21 AM
  4. Replies: 2
    Last Post: 04-04-2013, 02:12 PM
  5. How to determine range to select once a reference cell is found?
    By ivoryg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-31-2012, 10:29 AM
  6. [SOLVED] Select Range with starting active cell and not reference
    By cooket4 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-21-2012, 08:02 AM
  7. Reference/Select Cell Range in a row
    By NSTurk725 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-18-2009, 05:01 PM

Tags for this Thread

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