Results 1 to 7 of 7

Writing new record in a table upon the update of a cell or cell range

Threaded View

  1. #1
    Registered User
    Join Date
    03-05-2014
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    5

    Writing new record in a table upon the update of a cell or cell range

    I receive automatic updates of a range of cells from an outside source (stock market trades). To accomplish this each cell has a formula in it like for example =RTD("esrtd",,"XLI","Volume"). How can I write a new record in a table every time I receive an update, basically creating a log of market activity? To simplify the question:

    How can I make the code below run when the value in A1 is updated form the outside source? (It works if I manually type something in A1, but does not work when A1 is updated via a formula).

    Private Sub Worksheet_Change(ByVal Target As Range)
    If Target.Address = "$A$1" Then
    'YOUR CODE HERE
    End If
    End Sub

    Assumes A1 is the cell
    Last edited by bpopov007; 03-05-2014 at 07:27 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Writing data to specific cell in a table
    By teacher_rob in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2011, 09:10 AM
  2. Replies: 1
    Last Post: 02-19-2009, 03:00 AM
  3. [SOLVED] Record update date in cell
    By Phil Hageman in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 07-26-2006, 09:30 PM
  4. Writing update date and time in a cell on inputs
    By a94andwi in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-17-2006, 09:45 AM
  5. RE: Record update date in cell
    By Patrick Molloy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-06-2005, 09:05 AM

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