full screen

  1. D

    Vertical Scroll Bar fake copy?

    So I have been having this same problem for a long time. I just work around it, by scrolling with my mouse, which can be tedious. We used to have MS 2016, now we have Office 365. Problem existed on both. The document is a shared document, old school, not the internet sharing because I need to be...
  2. rediffusion

    How to adjust the size of the `Note` after opening it?

    Cross-post ! So here is macro: Private Sub NoteZoom3() With ActiveWindow.VisibleRange NoteChangeSize .Width, .Height, True End With End Sub Private Sub NoteChangeSize(w!, h!, Optional scr As Boolean) With ActiveCell.Comment.Shape .Width = w: .Height = h...
  3. E

    VBA/Option to Open and Restrict a Spreadsheet to Open Only in Full Screen View

    Hi, I was wondering if there is an option/VBA code/steps that will automatically open a spreadsheet in full screen view and restrict users from toggling with the view unless a password has been entered. Pretty much the users will be using the spreadsheet only in full screen view while the...
  4. B

    vba: Show Full Screen

    Thanks for looking. My goal is to have a macro that will make the command bar hide and display the sheet in full screen. Also I would like a macro to undo all the above, but this macro would need a password to be executed. Here is some code that I found im just not sure how to put it all...
  5. B

    Full Screen GUI Grey Bar Issue

    Hello All, So I have some code located in ThisWorkbook: Sub ApplicationDisplay() Dim cbar As CommandBar With ActiveWindow .DisplayHorizontalScrollBar = False .DisplayVerticalScrollBar = False .DisplayWorkbookTabs = False .DisplayHeadings = False...
  6. B

    How to handle text pages

    I need help with a spreadsheet that I want to distribute widely. I put the introduction material and the instructions in 2 worksheets that do not look good. I would like to get rid of the menu bars. Since I do not want problems later, I do not want to reformat the text worksheets with macros...

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