+ Reply to Thread
Results 1 to 11 of 11

Hiighlight the changed cells which are changed with the linked wookbook?

  1. #1
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Hiighlight the changed cells which are changed with the linked wookbook?

    Sheet a in workbook A is linked with sheet b in workbook B by "Vlookup" function formula. The Changes in Sheet b will result in cooresponding changes in sheet a. There are a lot data in both sheets. Can we have a macro to highlight the changes cells in sheet a by changing the cell color?
    I try to use "sheet_change" and "sheet_calculae", but failed.

    Private Sub Worksheet_Calculate()
    Target.Interior.ColorIndex = 5
    End Sub

    Private Sub Worksheet_Change(ByVal Target As Range)
    Target.Interior.ColorIndex = 5
    End Sub

    Please help write a VBA!
    THANKS

  2. #2
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to highlight the changed cells which are changed with the linked wookbook?

    no one answers?

  3. #3
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to highlight the changed cells which are changed with the linked wookbook?

    Who can Help me?

  4. #4
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to highlight the changed cells which are changed with the linked wookbook?

    I really appreciate if someone can give me a solution!

  5. #5
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to highlight the changed cells which are changed with the linked wookbook?

    Maybe it is a hard question.

  6. #6
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to highlight the changed cells which are changed with the linked wookbook?

    Sad, I am sad. I really need help.

  7. #7
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to highlight the changed cells which are changed with the linked wookbook?

    Maybe it is a really difficult program.

  8. #8
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: How to highlight the changed cells which are changed with the linked wookbook?

    No one can help?

  9. #9
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Hiighlight the changed cells which are changed with the linked wookbook?

    I am too sad! down

  10. #10
    Forum Contributor
    Join Date
    06-16-2010
    Location
    Australia
    MS-Off Ver
    Excel 2007; Excel 2010
    Posts
    178

    Re: Hiighlight the changed cells which are changed with the linked wookbook?

    On which sheet do you highlight the change

  11. #11
    Registered User
    Join Date
    02-15-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Hiighlight the changed cells which are changed with the linked wookbook?

    highlight the change in sheet A.

+ 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