Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 67
Default Arrays question

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 806
Default Arrays question

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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Arrays - declaration, adding values to arrays and calculation Maxi[_2_] Excel Programming 1 August 17th 06 04:13 PM
Arrays Take too long. VERY HARD QUESTION. my head hurts : / belly0fdesire Excel Worksheet Functions 1 August 6th 05 12:47 AM
General Question About Arrays Frank M.[_3_] Excel Programming 0 October 22nd 04 06:59 PM
question on arrays in vba Keyur Excel Programming 1 June 18th 04 10:34 PM
formula question for arrays Cynthia Gregory Excel Programming 2 June 18th 04 08:32 PM


All times are GMT +1. The time now is 11:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"