PC Review


Reply
Thread Tools Rate Thread

Arrays question

 
 
אלי
Guest
Posts: n/a
 
      1st Jan 2010
Hi!

I have 2 arrays. one array contains records from a table and the second
array contains only one record from the same table. The user may change one
or more values in the second array. My question is how can I test if the
second array was changed?

Thanks in advance

Eli
 
Reply With Quote
 
 
 
 
Bernd P
Guest
Posts: n/a
 
      1st Jan 2010
Hello Eli,

You can store your second array in a worksheet and check via the
Worksheet_Change event whether the Target parameter intersects with
your array cells.

Or you keep a copy of your second array in memory and whenever you
need to know whether its changed you apply an item-wise check.

Regards,
Bernd
 
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
Question about arrays QDL Microsoft VB .NET 3 13th Sep 2007 06:01 PM
A Question on Arrays. Learner Microsoft VB .NET 9 13th Nov 2006 07:53 PM
question about arrays Chris Microsoft VC .NET 4 24th Aug 2004 06:34 PM
question on arrays in vba Keyur Microsoft Excel Programming 1 18th Jun 2004 10:34 PM
Question about Arrays David W Microsoft Excel Worksheet Functions 1 11th Jul 2003 06:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:57 AM.