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

excel_newbie2017

New Member
Joined
Nov 6, 2017
Messages
4
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 administrator can have access to toggle the view and modify the spreadsheet.

Is there such an option/VBA?

Thanks,
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
This on startup
https://www.mrexcel.com/forum/excel-questions/94896-open-workbook-full-screen-mode.html

This to prevent leaving it
https://www.mrexcel.com/forum/excel-questions/913295-vba-prevent-user-exiting-full-screen-mode.html

in the second example, you can throw in an inputbox where, if the correct password is entered, it will allow the user to proceed

So I got to go into full screen, but I can easily just get out of it by double clicking the top or hitting ESC twice. I would like to make sure that the user can't exit the full screen at all
 
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,589
Members
449,174
Latest member
chandan4057

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