Conditionally Formatting lines in a ListBox

V

Vantastic

Is there any way to change the colour of certain lines in a listbox?

For example, if a date is less than Date(), then highlight that particular
line in Red, otherwise leave it as default colour.

My listbox consists of 5 columns, with various details but the identifying
condition to look for is the Expiration date being less than todays date.

Thanks
 
Top