Hi -
I've got a UF that has a label. The default label caption is a date (Jan 1, 2012). Using the Initialize event, I'm running some code that checks for a value on a worksheet. If the code finds the value, the Label.Caption changes to Feb 1, 2012. I can see this change while I'm running my...