Results 1 to 6 of 6

vba to recognise change in cell value created by a formula

Threaded View

  1. #1
    Registered User
    Join Date
    08-26-2015
    Location
    Staffordshire UK
    MS-Off Ver
    2007
    Posts
    98

    vba to recognise change in cell value created by a formula

    I have taken this code from this forum (Thank you Kaper) and it does what I need apart from the fact that when the cell value changes it is the result of a formula calculation and the vba does not pick it up. If I change the appropriate cell (C3) manually it works fine.

    I would very much appreciate some help with this ...

    Thanks
    Paul
    Private Sub Worksheet_Change(ByVal Target As Range)
    If Not Intersect(Target, Range("C3")) Is Nothing Then
    With Sheets("Archive")
    .Cells(.Rows.Count, "A").End(xlUp).Offset(1, 0) = Now
    .Cells(.Rows.Count, "A").End(xlUp).Offset(0, 1) = Range("C3")
    End With
    End If
    End Sub
    Moderator's note: Please take the time to review our rules. There aren't many, and they are all important. Rule #3 requires code tags. I have added them for you this time because you are a new member. --6StringJazzer
    Last edited by 6StringJazzer; 09-09-2015 at 01:33 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] How do you get Weeknum to recognise the change in year within a date
    By john dalton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-17-2013, 11:42 AM
  2. [SOLVED] Using Dynamic cell reference in cell formula created by VBA
    By grazian2 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-25-2013, 11:05 AM
  3. Formula to recognise one word from multiple words in the same cell
    By JLucy in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-27-2013, 11:48 AM
  4. How to Recognise and Array Formula?
    By rau in forum Excel General
    Replies: 2
    Last Post: 09-08-2012, 07:15 AM
  5. Replies: 3
    Last Post: 01-11-2012, 08:17 AM
  6. Recognise change in pattern and create a space
    By bobbied in forum Excel General
    Replies: 4
    Last Post: 11-03-2010, 12:17 PM
  7. My formula does not recognise a value as a number
    By stanja in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2009, 12:25 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