GRCArizona
Board Regular
- Joined
- Apr 24, 2010
- Messages
- 95
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 UserForm and it appears to working correctly, but once I close the UF, and go back into VBA, the Caption property still has Jan 1, 2012.
does anyone know why the Caption Property is not changing / saving?
BTW, I'm using Unload Me on a commandbutton to close the UF.
thanks,
GRC
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 UserForm and it appears to working correctly, but once I close the UF, and go back into VBA, the Caption property still has Jan 1, 2012.
does anyone know why the Caption Property is not changing / saving?
BTW, I'm using Unload Me on a commandbutton to close the UF.
thanks,
GRC