I like the ability to use conditions, such as [<100], or colours, such as [Red], in custom number formats in cells.
But can I use these, or an equivalent, using Format in VBA?
My current requirement is something like this:
shtCalendar.Cells(rt, cPlace) = shtEvents.Cells(r, cEventPlace) &...