Need VBA form assistance

B

Brent E

Good morning,

I need to know if there is a way to make a form load and then set all
checkboxes on a form to off. My current VBA sub opens a form and sets
checkboxes to false but I notice that sometimes this doesn't work and
previous state is left in the box. Must I update the form somehow or pause
during load, or ? Any suggestions? Thanks

Cordially,
 
I

Immanuel Sibero

Brent,
.........My current VBA sub opens a form and sets
checkboxes to false but I notice that sometimes this doesn't work and

How are you opening the form and setting the checkboxes to false?

Immanuel Sibero
 
Top