Jun 18, 2003 #1 OzzieOwl Technical User Dec 13, 2001 45 GB HELP!! I need to detect if autosave is enabled in Excel and if so disable it, does anyone knw how to code this. Any help greatfully received. Regards Ozzie
HELP!! I need to detect if autosave is enabled in Excel and if so disable it, does anyone knw how to code this. Any help greatfully received. Regards Ozzie
Jun 18, 2003 1 #2 robcarr Programmer May 15, 2002 633 GB I found this on experts-exchange.com, hope it helps. Private Sub Workbook_Open() AddIns("Autosave Add-in".Installed = False Thanks Rob. Upvote 0 Downvote
I found this on experts-exchange.com, hope it helps. Private Sub Workbook_Open() AddIns("Autosave Add-in".Installed = False Thanks Rob.