Is there a smooth way to force users to save workbooks in a given Excel format? (In my case, whatever the most recent version available is, which I believe is the type "Excel Workbook"
I've done a whole whack of stuff in Workbook_BeforeSave but it's kind of awkward and there's a bunch of 'workarounds' and there just must be an easier way!
(Currently, I'm calling a second save event with file type Excel Workbook and then canceling the original save event--which requires recursion.)
I've done a whole whack of stuff in Workbook_BeforeSave but it's kind of awkward and there's a bunch of 'workarounds' and there just must be an easier way!
(Currently, I'm calling a second save event with file type Excel Workbook and then canceling the original save event--which requires recursion.)