+ Reply to Thread
Results 1 to 7 of 7

find and replace

  1. #1
    Registered User
    Join Date
    12-12-2005
    Posts
    23

    find and replace

    I have situation where I need to find a number and replace with string. Currently I do it manually, was hopping if this can be done programmatically. Sorry don’t know how to do that, if someone can please help me.
    These are the steps I do:
    1. open excel
    2. go to a tab
    3. CTRL + H
    4. Put my number “4”
    5. Replace string “ stopped”
    6. Click OK
    Repeat for following:
    1 = good
    2 = running
    3 = canceled
    4 = stopped

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: find and replace

    Are these the only 4 conditions you have?
    1 = good
    2 = running
    3 = canceled
    4 = stopped
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    12-12-2005
    Posts
    23

    Re: find and replace

    at this time Yes. so I want to replace 1 with good and so on..

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: find and replace

    Ok, do you want this to be done in each sheet of the workbook?

    In which column should the find replace be done?

  5. #5
    Registered User
    Join Date
    12-12-2005
    Posts
    23

    Re: find and replace

    "sheet 1" and Column " F "

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: find and replace

    Try this
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    12-12-2005
    Posts
    23

    Re: find and replace

    Thanks. This works!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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