Closed Thread
Results 1 to 9 of 9

worksheet function change text red upon edit

  1. #1
    Registered User
    Join Date
    09-28-2008
    Location
    Katy, TX
    Posts
    59

    worksheet function change text red upon edit

    Can someone help me with a worksheet function to turn the current text red upon edit? I want to be able to see the changes someone makes to a worksheet.

    But the question is how to turn it off once I review the changes? Could I simply change the color to automatic?

    g

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: worksheet function change text red upon edit

    You could create a set of data in hidden columns that is a duplicate of the main data in its current state. Then put a conditional format on the cells that highlight the cells if the value no longer matches the value of the same cell in the hidden section.

    For instance, you duplicate column A in column AA. Then use a conditional format of

    =A1<>AA1


    Actually, unless you want your users to get inquisitive about why the cells are lighting up and perhaps removing your CF, put the CF in the hidden section. Then you can unhide the duplicate section and see the highlighted cells THERE.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: worksheet function change text red upon edit

    You may also want to consider utilising the Track Changes feature: http://www.ozgrid.com/Excel/track-changes.htm

  4. #4
    Registered User
    Join Date
    09-28-2008
    Location
    Katy, TX
    Posts
    59

    Re: worksheet function change text red upon edit

    Quote Originally Posted by JBeaucaire View Post
    You could create a set of data in hidden columns that is a duplicate of the main data in its current state. Then put a conditional format on the cells that highlight the cells if the value no longer matches the value of the same cell in the hidden section.
    JB, interesting concept... This would actually tell me the changes... I wasn't thinking along these lines but it give me food for thought...

    Quote Originally Posted by DonkeyOte View Post
    You may also want to consider utilising the Track Changes feature: http://www.ozgrid.com/Excel/track-changes.htm
    Donkey, even tho I have 2007 for compatibility with others I'm trying to keep compatible with 2003. Does 2003 have track changes?

    g

  5. #5
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: worksheet function change text red upon edit

    You could try something like this:

    Code in ThisWorkbook
    Please Login or Register  to view this content.
    Code in Module1
    Please Login or Register  to view this content.
    Replace this string <ResultOfFindUserName> with your own UserName. You can find this by running FindOwnUserName
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: worksheet function change text red upon edit

    Yes 2003 has Track Changes feature.

    Re username: when working in a Network environment it is far better to use

    Please Login or Register  to view this content.
    than

    Please Login or Register  to view this content.
    the former being your Network ID the latter being easily altered via Excel options - without knowing another users network password or without jumping on to their machine the NT login ID is pretty watertight.

  7. #7
    Registered User
    Join Date
    09-28-2008
    Location
    Katy, TX
    Posts
    59

    Re: worksheet function change text red upon edit

    Thanks guys, actually from looking into the 2003 track changes in G, I came across the concept of "Shared Workbooks". My only issue is do these files have to be on the same server to do this?

    I email the file to the people who work on the file and the email it back. Will shared work in that method?

    g

  8. #8
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: worksheet function change text red upon edit

    I believe you've asked that question in another thread which is probably a good way to do it... if this particular question has been answered please mark this thread as solved and continue with the other (see FAQ / How To? if unsure)

    Thanks

  9. #9
    Registered User
    Join Date
    09-28-2008
    Location
    Katy, TX
    Posts
    59

    Re: worksheet function change text red upon edit

    Yes, I posted it as separate issue. I was trying to update this topic with my current status since I'm current working on this project.

    g

Closed Thread

Thread Information

Users Browsing this Thread

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

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