Search results

  1. K

    Progress Bar for Counting Checkboxes

    Thank You Uncle Gizmo. I have a similar code in the video that I use that when a text box value is zero it will not be clickable. Private Sub Form_Current() Dim ctl As Control For Each ctl In Me If TypeOf ctl Is TextBox Or TypeOf ctl Is ComboBox Then If Nz(ctl, "") = 0 Then...
  2. K

    Progress Bar for Counting Checkboxes

    On a form. I am doing a report that for any completed project or task the checkbox needs to be ticked. Based on the number of boxes ticked I will have a progress bar on top. I am working on the logic of this code and see if I can convert to VBA. But, any help I would appreciate. Private...
  3. K

    Progress Bar for Counting Checkboxes

    Gurus, Appreciate if you can point me the right direction on creating a progress bar similar to the link below. codepen.io/jamesbarnett/pen/ybvLB I have tried several examples but struggling on VBA to make it work. Thank you in advance. Cris
  4. K

    Hi All

    Morning Everyone! from Manila here currently working in Saudi. Happy to be a part of this group, hope to learn as much. Mabuhay!
Back
Top Bottom