Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to use an array in VBA but I am not having much luck. This is
what I am looking at: I am looking for a match between the Customer and the Date in a list of Customers and dates. So say the Date and Customer are specified, now you want to look through the listed data to find a match. If there is a match then you need to determine if you want to overwirte the data. I have the MsgBox and corresponding code for that the over write but I dont know how to identify the dulipcate data without using a Do loop and ActiveCell.Offset which requires too much time to execute. I was hoping to do this with an array but I can't figure out how to get it to work. A B 1 CustA 2/1/2007 2 CustB 2/2/2007 3 CustA 2/1/2007 4 CustB 2/6/2007 5 CustB 2/16/2007 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complex conditional summing - array COUNT works, array SUM gives#VALUE | Excel Worksheet Functions | |||
Prevent cell/array references from changing when altering/moving thecell/array | Excel Discussion (Misc queries) | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming |