row hide

  1. C

    Hiding Rows and Objects - VBA / Macro

    Good Morning All, I'm wondering if someone can help me with the attached sheet i have created. I am looking to hide rows on the "Specification" Sheet when column 'E' shows "N". By doing this i also need Excel to hide the linked Word Document Object in each row. To have column "E" change to...
  2. S

    Conditional sheet protection in VBA (Row hide/unhide)

    Good Afternoon, I am new on the forum and I didn't find the answer to my problem within the existing posts so I hope you will be able to help me. I created an excel document that includes over 200 sheets. The purpose is to have inputs from the production team on each sheet. The document is...
  3. M

    Macro for hiding rows

    The general format I use for hiding rows is If Range("G17") = 1 Then Range("G22:G26").EntireRow.Hidden = True Else Range("G22:G26").EntireRow.Hidden = False End If In one particular case I want the rows to hide based on an embedded value (that is calculated rather than being entered or...
  4. T

    Search Arrary for multiple values

    Hi All, Im writing a micro to do a search for me. I have an arrary of values on sheet1 (A9 to DB324) and a second array of values on sheet2 (A3 to A19). Im looking for a way search the arrary on sheet1 (the values will be in column E) for the values on Sheet2 and hides any row that does not...
  5. A

    Hiding rows based on cell values

    I have a spreadsheet with a number of characteristics listed (column E), each with a set level at which they become available (with the level shown in column B) and a points cost (column G). Some require other characteristics as prerequisites (column I), others are duplicated elsewhere on the...

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