Good afternoon all,
I have an Excel file created in 2013. There are macros in it which save the file automatically when a button is pressed. When the file is open with 2016 and the button is pressed, the macro executes correctly with the exception of the save feature. A message "Cannot access Request Form". At first I just had 'ActiveWorkbook.Save' in the file and after searching online, tried 'ActiveWorkbook.SaveAs Filename:=...' with no luck. It is not a read only file. It only works with 2013. Any help would be appreciated.

Thank you,
Ken