I am doing a simple Tasks/To-Do list in excel, which basically
records tasks by day and time required, due date etc. Each task is one
row.
When you first open it up, it reads each row on the sheet and displays
it in a listbox (inside a userform).
Is there a way to differentiate between these items on the listbox?
More specifically, I am looking to make the Tasks with past due dates
as RED, or bold, or anything that would make them stand out?
If it cannot be done in a listbox, is there anything else I can use to
display these tasks?
The whole idea is that users do not enter tasks on the sheet itself,
but through the userforms so as to preserve formatting.