excel & vba unhide rows

  1. C

    vba to unhide all rows before running another code

    Hi there, I am quite new in vba and I am trying to run 2 macros using 2 buttons (shapes forms) in the same sheet (1). All the buttons have already been assigned to the respective macro. First button: the macro (Monthly Tasks) is working fine and is hiding the rows ("17:19, 31:57"). The issue is...
  2. A

    Button to Unhide Columns on two worksheets

    Hi Everyone, I am brand new to VBA/Macro. I am trying to develop a DIY forecasting template and need some help creating four buttons. Request I would like to create buttons to consecutively unhide a column/row (preferably within a defined range) and have this button (macro) linked to another...
  3. S

    VBA Leveling my Selections- Unhides Rows

    Hello, I'm trying to create a selection tool when based on the criteria selected more rows become un-hidden. So far I have the below for my code: Private Sub Worksheet_SelectionChange(ByVal Target As Range) 'For On Property' If Range("C7").Value = "YES" And Range("F7").Value = "NO" Then...

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