About 40,400 results
Open links in new tab
  1. Toggle Button change status (true/false), run macro - MrExcel

    Dec 9, 2002 · Greetings, I have added a toggle buttons which hide row arrays. Also have VBA button.values for change of colours/text. Looking for how to set the VBA for when button X is …

  2. Using VBA to Hide and Unhide Columns with Click of Button

    Mar 14, 2012 · If you're actually using CommandButton1 (as in your example) you can go to the properties for that button and give it the caption "Hide Information". Make sure your columns of …

  3. Multiple Toggle Buttons VBA Code | MrExcel Message Board

    Aug 25, 2018 · Hi All I have a spreadsheet with a row of Toggle Buttons. The toggle buttons are to indicate if a task has been completed. When clicking the button it says 'YES' and using …

  4. Change Toggle Command Button Back Color - MrExcel

    Apr 10, 2021 · I wanted the button color to toggle from Green to Red using an IF Statement dependent upon the text on the button. When you told me that I cannot change the color of a …

  5. Toggle Button to Start and Stop Macros - MrExcel

    May 5, 2021 · I have a user form with a toggle button which calls two different macros when the button is pressed. I'm trying to stop running both macros when the button...

  6. Using Shapes as Toggle Buttons | MrExcel Message Board

    Feb 12, 2019 · I don't see anywhere to attach files, but there is an example file on Excelforum link posted by the moderator named Button Attempt copy. This has a sheet of toggle buttons (how …

  7. Changing Text on Button when Clicked - MrExcel

    Jan 20, 2014 · I would like to change the text on a button when it's clicked. It is currently set to toggle a value in a hidden cell between 1 and 0, but I would also...

  8. Enable/activate toggle button with a macro - MrExcel

    Nov 28, 2007 · The toggle buttons allow us to adjust the calculations for customizing. At the minute if I press the reset button all cells return to the default value but the two toggle buttons …

  9. Button to toggle cell Value | MrExcel Message Board

    Jan 20, 2014 · I have a button on my sheet that I want to use to toggle a cell value between 1 and 0. Any idea how I would do that with VBA? i.e. if the value is 1 when...

  10. Momentary Button to toggle cell Value - MrExcel

    Jan 22, 2024 · Hello people I need a button that works like "momentary button" to change the vallue in to a cell: when pressed it should be 1 and when released it should be 0. Thanks in …