hiding and unhiding

  1. I

    When to use hide/unhide vs visible = true/false

    I've written a handful of VBA and I always get caught up on when to use certain terminology, more specifically when it comes to hiding/unhiding. I've found that sometimes the correct method is to use something.visible = true / something.visible = false and other times I have to write...
  2. A

    Hiding and showing only the menu bar with vba

    I was wondering if anyone knows how to hide the formula bar and ribbon in vba? Thanks, -J
  3. warhammer486

    Hiding Your Data Entry Work

    I use a variety of spreadsheets at my office, and I may have figured this out already, but I wanted to get other people's ideas for maybe a fresh look at something... I am working on a spreadsheet where I want the recipients to see the results of the data in a table showing average discounted...
  4. D

    VBA Hiding worksheets, un-hidding them with passwords

    Hi I don't know if its possible, but what i am trying to do is give different people different passwords for a work book. So; Person 1 - would see sheet 1 and sheet 2 Person 2 - would see sheet 1 and sheet 3 Person 3 - would see sheet 1 and sheet 4 The idea behind this is sheet 1 would act as...
  5. J

    [vba] cannot hide/unhide rows when sheet is protected

    Hi, I have this code in my module Private Sub Boys_Click()If Boys.Value = True Then Rows("13:57").EntireRow.Hidden = True Else Rows("13:57").EntireRow.Hidden = False End If End Sub However, my problem is whenever i protect the sheet it doesnt allow me to proceed(debug mode) since i am...
  6. R

    Adding/hiding rows based on value in cell

    Hi there, First time posting to the forum, so take it easy on me, alrighty? I'm working on a workbook with multiple tabs. I am trying to make one of these tabs (called Services) and particularly dynamic one. In this case, I have values in cells b15, b16, and b17. If b15 has a value of 1+...

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