Consulting

Results 1 to 2 of 2

Thread: Checkbox checking...then unchecking on its own?

  1. #1

    Checkbox checking...then unchecking on its own?

    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?

  2. #2
    VBAX Tutor Benzadeus's Avatar
    Joined
    Dec 2008
    Location
    Belo Horizonte, Brazil
    Posts
    271
    Location
    Does the form that have the checkbox gets unloaded when going to the save form?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •