PDA

View Full Version : Checkbox checking...then unchecking on its own?



igotgame
03-16-2009, 12:20 PM
I am having an issue here...this is the code I have. I am using Excel and controlling a form in Internet Explorer.

If htmlInput.Name = "BORR_cbox_flag_new_borr" Then _
htmlInput.Checked = True


the box gets checked and all is well...I go to save the form and when the screen comes back from saving the checkbox is no longer checked?

What gives here?

Benzadeus
03-16-2009, 01:22 PM
Does the form that have the checkbox gets unloaded when going to the save form?