+ Reply to Thread
Results 1 to 7 of 7

Function to capture the time a cell changes

  1. #1
    Registered User
    Join Date
    03-11-2005
    Posts
    87

    Function to capture the time a cell changes

    Hi all... I am trying to build a function that freezes the time when another cell changes its value. I don't want to use a Worksheet Calculate or a Selection Change because i have several cells to monitor and all the cells have the same priority. I am frankly a little stuck.

    Anyone has any suggestion or maybe used something similar in the past?

    Many thanks

    BC

  2. #2
    Registered User
    Join Date
    06-29-2005
    Location
    England
    Posts
    50
    Why not use the Change event ?

    Do you need the time down to the absolute second ? I would think that several changes would rattle through the event in less than that.

    Rich

  3. #3
    Registered User
    Join Date
    03-11-2005
    Posts
    87
    Thanks Rich - I was a little put off by the fact that i have to do it for some forty cells and maybe a function was more efficient. but yes a worksheet change would do

    cheers

    BC

  4. #4
    Registered User
    Join Date
    06-29-2005
    Location
    England
    Posts
    50
    Well, you would be using a subroutine, and the worksheet change event passes you the address of the cell that has changed.....

    regards

    Rich

  5. #5
    Tom Ogilvy
    Guest

    Re: Function to capture the time a cell changes

    What causes the cell to change value?

    --
    Regards,
    Tom Ogilvy


    "bondcrash" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Hi all... I am trying to build a function that freezes the time when
    > another cell changes its value. I don't want to use a Worksheet
    > Calculate or a Selection Change because i have several cells to monitor
    > and all the cells have the same priority. I am frankly a little stuck.
    >
    > Anyone has any suggestion or maybe used something similar in the past?
    >
    > Many thanks
    >
    > BC
    >
    >
    > --
    > bondcrash
    > ------------------------------------------------------------------------
    > bondcrash's Profile:

    http://www.excelforum.com/member.php...o&userid=20997
    > View this thread: http://www.excelforum.com/showthread...hreadid=386781
    >




  6. #6
    Bob Phillips
    Guest

    Re: Function to capture the time a cell changes

    Worksheet change can monitor many cells.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "bondcrash" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Hi all... I am trying to build a function that freezes the time when
    > another cell changes its value. I don't want to use a Worksheet
    > Calculate or a Selection Change because i have several cells to monitor
    > and all the cells have the same priority. I am frankly a little stuck.
    >
    > Anyone has any suggestion or maybe used something similar in the past?
    >
    > Many thanks
    >
    > BC
    >
    >
    > --
    > bondcrash
    > ------------------------------------------------------------------------
    > bondcrash's Profile:

    http://www.excelforum.com/member.php...o&userid=20997
    > View this thread: http://www.excelforum.com/showthread...hreadid=386781
    >




  7. #7
    Registered User
    Join Date
    03-11-2005
    Posts
    87
    the cells are linked to other cells. their status is empty, unless they change. when they do they trigger a worksheet calculate and go immediately back to empty. problem is, i have some 50 of them and when a work sheet calculate is triggered at times i dont know which cell does trigger it.

    problem is, i have tried a selection change code for all the 50 cells but this make the machine very slow and clashes with other macros.

    ideally i think i would need to create a function (add-in). hmmm

    BC

+ Reply to 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