PDA

View Full Version : sending rows to a list box



majaro
01-10-2008, 06:48 AM
Hi,

I have rows of data that I need to check based on the following criteria:

In a cell (column C) I need to check the following is present and is always in this order. EDS,459,559. I would like an input box for the user to enter one of those criteria and then loop through each row testing for the condition. If it is met then populate the row information to the list box. There are 5 fields in each row.

Since I'm not that familiar to VBA could someone provide some guidance? Sorry I cannot post some sample data right now but can later in the day.

Thanks for any help.