A family of Microsoft relational database management systems designed for ease of use.
Hello John/Hile,
I agree with John's responses to both questions, but the one thing I'd add is that the for/next loop method of applying formatting can be slow on views with many rows. A VBA alternative is to use filters to identify the rows that need to be formatted, then select the columns and apply formatting en-masse.
I've given an example of how to do this on another thread:
If you're not ready to bite the bullet and step into VBA, you could manually use the same method to apply conditional formatting to your schedule - i.e. set up filters to identify the tasks that you want formatted, then periodically apply each filter, and apply the formatting that you want to the tasks identified by the filter.
Hope this helps,
Andrew