Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With a 2 column listbox, user is able to input values
to column 2 via a text box. How may I test that all entries in col 2 have been made before the OkButton_Click enables them to leave the form, please? I am struggling to understand the basics of arrays, and know that it is important to do so. Here is very inefficient working code which I'm sure is ideally suited to arrays: For Each Cell In .Range("G1:G250") For Each c In .Range("A1:A250") If Cell.Value = c.Value Then Cell.Offset(0, 1).Value = c.Offset(0, 1).Value End If Next Next I would be very grateful for help with this particular situation, and also any links to primers on arrays. Regards. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.520 / Virus Database: 318 - Release Date: 18/09/2003 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array to Populate ListBox Problem | Excel Discussion (Misc queries) | |||
listbox B conditional of input in Listbox A | Excel Discussion (Misc queries) | |||
Excel CHALLENGE...3 questions(indirect,rank,array formula)... | Excel Worksheet Functions | |||
Array Functions - Two Questions | Excel Worksheet Functions | |||
Array Questions | Excel Programming |