hide buttons

  1. B

    Hiding Checkbox Macro in accordance with the Combo Box

    So I am doing an excel project for my accounting class and I have a check box for my income statement that changes the currency of the values when clicked. There is also a combo box on this sheet that allows me to show nothing, the income statement I mentioned, a balance sheet, and a cash flow...
  2. G

    macro to hide all rows with specific text in column B.

    Hi, I am looking for a macro to hide all rows that have the word "detail" in column B. This will ultimately be assigned to a button. I feel like this should be an easy one, but I seem unable to get the If function to work. Any help is appreciated.
  3. andrewb90

    Worksheet Change help

    I am trying to make certain objects hide automatically based on the number typed into a cell. I thought I was doing okay, but the second part of my code doesn't seem to be functioning. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address(False, False) = "A12" Then...
  4. zac_fozz

    Macro IF statement to make Forms button visible/invisible

    I am relatively new to macros. I'm using Excel 97. I've made a spreadsheet for our office staff to use to enter their hours worked (and vacation taken, etc.) for the week. At the top of the sheet, the user chooses their name from a drop down menu (in cell B3), created by a Data Validation...
  5. T

    Hide/unhide rows with buttons

    I am using several toggle buttons to hide/show rows of data related to the specific toggle buttons. I also want to hide and show the toggle buttons as well. When I try to do that the data underneath the toggle buttons is hidden but the toggle buttons don't hide with the cells. A solution for...

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