need open view size to be standard regardless of computer opening sheet

davehnj

Board Regular
Joined
Jul 2, 2010
Messages
56
I need to distribute a workbook companywide but would like the default view to be the same throughout. How does one accomplish this?
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
You could use Custom Views, but that might not effect the size of Excel's window within the screen.
 
Upvote 0
Thanks for your amazingly quick response but I believe this would only change the view on my computer, not everyone to whom this workbook would be distributed.
 
Upvote 0
To set the CustomView, arrange the screen the way you want it and use CustomView from the View Tab (or CustomView from the View menu, depending on which version of Excel you are on.)

To have that view set, code like this could be put in the workbook's Open event. After that the user is in control.
Code:
ThisWorkbook.CustomViews("test").Show
 
Upvote 0

Forum statistics

Threads
1,224,568
Messages
6,179,572
Members
452,927
Latest member
whitfieldcraig

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