Opening on last saved position

helpme10

New Member
Joined
Aug 11, 2017
Messages
7
In Excel 2016, opening a file takes you to the cell that was selected when the file was last saved. And actually I think the cell position is saved separately for each individual worksheet. This is acceptable behavior in most cases, except when emailing a large file (with many worksheets) to a client who we want to impress.

The more detail-oriented employees can be relied upon to go through all their sheets and select A1 before saving and sending the file, but in a large organization sending many files there's bound to occasionally be a confused client who opens a workbook to one of the helper tabs or in the middle of a mappings/lookup table and wonder what they've stumbled upon.

Does anyone have a good method or workaround for this?
Note: custom views are disabled because each workbook has tables.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
If you're open to using VBA, you could use a workbook_beforeclose event module to select A1 on each sheet and then activate the sheet you want the client to open to.
 
Upvote 0

Forum statistics

Threads
1,226,112
Messages
6,189,041
Members
453,521
Latest member
Chris_Hed

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