checkbox1.value

  1. M

    Conflicting codes?

    I have code that puts data into columns depending on weather or not the check box is checked. I also have code that checks the value of the cell and re-checks the box if >0 I Can't seem to get both codes to work, whichever on I have first works but the other doesn't. If I switch the order then...
  2. T

    VBA hide show group

    Hello, Im still very new to excel and been testing alot of diffrent stuff. But right now ive been thinking about this simple little vba-code Private Sub CheckBox1_Click() If CheckBox1.Value = True Then Columns("fj:fs").Hidden = False End If If CheckBox1.Value = False Then...
  3. C

    Generate sheet by running macro through hidden sheets

    Hello peeps, I need some help here. When the COMMS & GO box are checked, and I click on Generate Form, it will move to the "COMMSGO" Sheet. I manage to do until here. But however, I just it to show only the "COMMSGO" sheet and the rest hidden. Same goes if i do it for other sheets. How do I...
  4. P

    Hide sheet: Worksheet name change

    Hi All, I am new to VBA coding and I have the following query: Background of what I want to achieve: I have two tabs in this example. The first tab is called "Summary". The name for the second tab various based on the value included in cell B2 of that worksheet which is determined by a...
  5. B

    VBA "CheckBox1.Value = True" Not working..

    I have a command button and amongst the code is this; If Range("AM4").Value = "ASH" Then CheckBox1.Value = True End If However, when run the command button, I get an error on the above code and cannot work out where I'm going wrong! Any help would be appreciated. Thank you

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