+ Reply to Thread
Results 1 to 2 of 2

Replace 1 with A from two sheets automatically

  1. #1
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Replace 1 with A from two sheets automatically

    hello
    i have two sheets with name "TO." and "TOTAL"
    i have sheets("TO.").range("C4").vlaue = 1
    and
    i have sheets("TOTAL.").range("B4").vlaue = 1

    I Want to change both 1 with "B" automatically using running macro

    thanx
    Last edited by HaroonSid; 05-12-2014 at 10:52 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Replace 1 with A from two sheets automatically

    range("c4").replace("1","B",xlLookAtWhole)
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

+ 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. Replies: 7
    Last Post: 11-25-2012, 01:24 AM
  2. [SOLVED] identify unique ID between 2 sheets, auto replace cell values between sheets in diff colum
    By DT123456 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-25-2012, 08:25 AM
  3. Replies: 2
    Last Post: 01-18-2012, 05:08 AM
  4. Create pivot automatically in all the sheets based on the data in sheets
    By aravindhan_31 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-29-2008, 11:59 AM
  5. Replies: 1
    Last Post: 07-09-2008, 12:00 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