checkboxes

  1. E

    Preventing Printing with Check Boxes

    Hello, I have an excel sheet that has multiple line items that a user needs to check a "Required" checkbox or a "N/A" checkbox. If the "Required" checkbox is selected, then the user either needs to select a "Completed" checkbox OR fill in a comment in a cell to explain why it is not yet...
  2. E

    Trying to Prevent Printing With Form Control Checkboxes

    Hello, I have an excel sheet that has multiple line items that a user needs to check a "Required" checkbox or a "N/A" checkbox. If the "Required" checkbox is selected, then the user either needs to select a "Completed" checkbox OR fill in a comment in a cell to explain why it is not yet...
  3. N

    VBA to delete checkboxes in a row

    I have put together the following VBA to delete rows on a worksheet (there's another VBA for adding rows, not shown here). I want to be able to delete the row contents, together with the associated checkboxes in that row, and move all rows up to fill the space. For info, G4 = value of row to be...
  4. sharky12345

    Loop through Checkboxes in frame

    Is there a way I can loop through all Checkboxes in a Frame on a Userform? All of them are named individually, so not CheckBox1, 2 etc if that makes a difference.
  5. T

    vba to check if any of checkboxes are ticked

    Hi Everyone, I have a set of checkboxes there names are CheckBox21 to 30 I just need a macro that if none of the boxes are checked I get a messagebox saying "please select one" how can I do this? Thanks Tony
  6. T

    Returning the caption more than one active control within a frame

    Hello... Can someone please help. I have a frame within a user form that contains 6 checkboxes. The user may select more than one checkbox. I am trying to send the caption of the selected checkbox(es) to the body of an email. I wrote the code below but it returned the same one twice (see the...
  7. H

    Checkboxes and Formulas to create a robust Evaluation Form

    Hi, I have word document Evaluation Form. My goal is to create a more automated Evaluation Form into Excel that includes formulas. The Evaluation Form has a scale in each area from 0 to 4 (increments by 0.5 beginning from the rating 2). I am fairly new to excel and need help for this project...
  8. T

    How do you replicate checkboxes with Format Control applied?

    In cell E2 I've inserted a checkbox. Then I applied a Format Control to it so that TRUE/FALSE will appear next to it in F2. Now I want to replicate that checkbox down the column with each checkbox displaying TRUE or FALSE to the right of it. I can replicate the checkboxes but checkmarking one...
  9. T

    Loop through CheckBoxes

    Hi Friends, I have some data in first column of my excel sheet.I want to display that data to user through checkboxes and then let user check the required data . After that I want to paste the selected data in the column adjacent to it. I am unable to loop through checkboxes because everything...
  10. M

    VBA Checkbox functionality has stopped working

    Good afternoon Excel gods I have an issue with an excel spreadsheet...which I did not create. There are 5 check boxes [on the joining tab]. When a check box is selected it increases/decreases the columns that are in a table by 1 based on the number of crew that are currently onboard the vessel...
  11. D

    Macros only work after worksheet has been opened for a few minutes

    Hello everyone, I am working on an excel medical questionnaire using form checkboxes on a worksheet, the questionnaire is devided into several categories, each categorie uses a macro like the following to select a certain option for all items in a given categorie: Sub...
  12. J

    ListBox

    I have created a list box and added checkboxes. I would like to have an output say "Checklist Completed" once all the checkboxes have been selected. I'm new to VBA and don't know where to start. Thanks!
  13. C

    Formula for Appraisal form using checkboxes

    Hi There, I'm putting together a performance appraisal form with checkboxes. Picture tasks down the vertical, and checkboxes across the horizontal in a chart format. There are 7 rows (tasks), and 5 columns (rating points from 1-5). My grid looks like 35 checkboxes, with only one possible...
  14. M

    Excel table with columns checkboxes

    Hello, If anyone can help me with this matter I will be very grateful. What I have is a list of columns with checkboxes and I want at the bottom of each column to be a total ! Thank you! here is a picture of the file https://ibb.co/d2Hh7m
  15. texasalynn

    Using Form Checkboxes

    I have been trying to find a method using VBA that would allow me to have a generic code to use. I have about 20 sheets and each sheet has from 2 to 20 checkboxes (form not activex). How can I make the code without having to do each and everyone individually?
  16. E

    VBA to Select All Checkboxes FormControl

    Hi I have a code to select/deselect all checkboxes with one "master" checkbox. This code is for OLEObjects/Active X controls, and im having a hard time rewriting it to work with Form Controls checkboxes. Any idea? Private Sub CheckBox1_Click() Dim i As Integer For i = 2 To 39...
  17. Shweta

    enable checkbox based on another checkbox

    Hello All, I have a userform with 3 checkboxes. When userform initializes only one checkbox (checkbox1) is enabled and rest two are disabled. I want when user check(select) the checkbox1 then only other two checkboxes get enabled and when user check again (deselect) the checkbox1 then other two...
  18. N

    Trivia Question Selector and Printable Document

    Hi everyone, First time poster here! I found this site to be an amazing resource to help me achieve the first step of my Excel file, but now I have hit a wall as I can't find an answer for what I am looking to do (probably my poor searching/lack of Excel skill!). Background: I’m making a three...
  19. F

    Class module for checkboxes

    I have a class module set to encompass ALL checkboxes on sheet, so that when any of them are clicked, a sub will run to populate some cells. It works great, but I'm having some trouble because I still want to group some of the cells together to create a user form. I'll have tons of checkboxes...
  20. M

    Loop through All checkboxes in userform , and perform action from a button

    I have a Userform having several Checkboxes and a Button to perform action. I want to loop through all checkboxes, If the value of check box is true it should show its Caption in MsgBox. but my code return error. Dim C As MSForms.Control For Each C In Me.Controls '<--| loop through...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top