May 2, 2008 #1 RonMB Mechanical Joined Oct 7, 2002 Messages 24 Location US Is there a way to prevent other users from changing the options in Excel? Example is to prevent a change to "Move after Enter" under the Edit tab.
Is there a way to prevent other users from changing the options in Excel? Example is to prevent a change to "Move after Enter" under the Edit tab.
May 2, 2008 #2 Clyde38 Electrical Joined Oct 31, 2003 Messages 533 Location US Possibly the "safemode switch" in the command line... excel.exe /s Run Excel in this manner and see if this will work for you. It may limit too much. Upvote 0 Downvote
Possibly the "safemode switch" in the command line... excel.exe /s Run Excel in this manner and see if this will work for you. It may limit too much.
May 2, 2008 #3 WMO Structural Joined Dec 16, 2004 Messages 90 Location US You can with vba inserted in the workbook open module. Record a macro and set or unset the settings you want to stick to get the code. -Mark Upvote 0 Downvote
You can with vba inserted in the workbook open module. Record a macro and set or unset the settings you want to stick to get the code. -Mark