I am using a shared excel workbook that everytime a user accesses it and saves it, it saves a Custom View for them. I want to disable this settings so that every one can see only same view of the workbook. How it can be done?
Asked
Active
Viewed 4,205 times
2 Answers
1
You can't disable Custom Views in Excel (not that I can find anyway), but you can control how it works within a shared workbook. I ran into a problem where a share workbook was not the same for each person who printed it. I used the following to article to help me resolve the issue.
You weren't specific about any problems, so I am not positive this will do what you want.
The page setup settings in a shared workbook are different for each user in Excel
CharlieRB
- 23,021
- 6
- 60
- 107
0
I created a macro for this same situation that removes all the custom views on open and then removes extra users that are not using the sheet to prevent corruption and file bloat. The code for the macro is at the link below.
Matt
- 286