PC Review


Reply
Thread Tools Rate Thread

Capturing date changes

 
 
Work
Guest
Posts: n/a
 
      16th Mar 2007
Hi

I have an excel spreadsheet let me set up this example:
Column A Column B
Client Name Date Called
ABC
XYZ

Situation if I call ABC on 5/16/89 but I change the date the next day to
6/16/90 I need to maintain in another sheet all of the dates I contacted ABC
for purposes of reporting.

I could use your help thanks


 
Reply With Quote
 
 
 
 
tylagusim@hotmail.com
Guest
Posts: n/a
 
      16th Mar 2007
One approach -- though awkward and CPU-intensive -- would be to tie
into the Worksheet_Change() event. You could use the 'Target'
parameter to determine if the change was in the column (and/or row)
you're interested in and, if so, copy things to another sheet. Note
you'd always be copying over the new value(s) that just got put in, or
changed, not the pre-existing values. (No functional difference here,
but possibly a conceptual one).
HTH

/ Tyla /



On Mar 15, 4:35 pm, "Work" <RFrai...@verizon.net> wrote:
> Hi
>
> I have an excel spreadsheet let me set up this example:
> Column A Column B
> Client Name Date Called
> ABC
> XYZ
>
> Situation if I call ABC on 5/16/89 but I change the date the next day to
> 6/16/90 I need to maintain in another sheet all of the dates I contacted ABC
> for purposes of reporting.
>
> I could use your help thanks



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Capturing by Time Ken Microsoft Excel Misc 1 2nd Dec 2007 10:50 AM
Capturing Date Larry Fish via OfficeKB.com Microsoft Excel New Users 4 27th Sep 2006 01:40 PM
Capturing most recent zero date =?Utf-8?B?UGVnR2FsbA==?= Microsoft Access VBA Modules 1 21st Sep 2006 11:28 PM
Capturing Todays Date carmen Microsoft Frontpage 0 1st Jul 2003 06:37 PM
Capturing Todays Date carmen Microsoft Frontpage 0 1st Jul 2003 06:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:06 PM.