In design mode for a form I sometimes will not be able to see properties for text box or form etc.
To enable the property sheet in the immediate window I enter
Is there any way to always have the property sheet enabled?
Or to do it a start up time?
tia Jack
To enable the property sheet in the immediate window I enter
Code:
CommandBars("Property Sheet").Enabled = True
Or to do it a start up time?
tia Jack