Gentlemen--
I'm trying to have my worksheet save changes and overwrite an existing file without prompting...
I got a lead from another thread to look at the DisplayAlerts Property of the Excel.Application object for this, and it got me started...
Setting DisplayAlerts = False will turn off notification, but everything I can find says that the Overwrite alert will have a default of "No"-- nothing explains how to change this to "Yes".
Question: Anyone have an idea how I can change that default globally (IE, I don't want to just set it for my local machine, but force it for whomever is using the sheet)?
I'm trying to have my worksheet save changes and overwrite an existing file without prompting...
I got a lead from another thread to look at the DisplayAlerts Property of the Excel.Application object for this, and it got me started...
Setting DisplayAlerts = False will turn off notification, but everything I can find says that the Overwrite alert will have a default of "No"-- nothing explains how to change this to "Yes".
Question: Anyone have an idea how I can change that default globally (IE, I don't want to just set it for my local machine, but force it for whomever is using the sheet)?