+ Reply to Thread
Results 1 to 3 of 3

Replace in specific range - simple solution needed

Hybrid View

lukestkd Replace in specific range -... 07-26-2013, 07:08 AM
AB33 Re: Replace in specific range... 07-26-2013, 07:10 AM
ragulduy Re: Replace in specific range... 07-26-2013, 07:27 AM
  1. #1
    Forum Contributor
    Join Date
    07-30-2012
    Location
    Leeds
    MS-Off Ver
    Excel 2013
    Posts
    177

    Replace in specific range - simple solution needed

    Hi all,
    I've tried to find a solution to this but can't.

    Range columns C:F

    replace
    What:="$AL$3:$AL$42", Replacement:="$AM$3:$AM$42"
    sheet2

    Cannot find a simple solution to this!!!

  2. #2
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Replace in specific range - simple solution needed

    Use Excel's built up function. CTRL plus H

  3. #3
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Replace in specific range - simple solution needed

    Sub macro_1()
    Sheets("Sheet2").Range("C:F").Replace What:="$AL$3:$AL$42", Replacement:="$AM$3:$AM$42"
    End Sub

+ 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. Plot a simple line chart with specific range
    By GDM69 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-21-2013, 10:17 AM
  2. Replies: 1
    Last Post: 11-12-2012, 01:52 PM
  3. need help, simple solution...
    By stewart08 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-28-2010, 09:12 AM
  4. Replies: 5
    Last Post: 01-20-2006, 05:55 PM
  5. [SOLVED] Is there a simple solution?
    By Bobby in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-11-2006, 03:40 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