I am amending data in an Excel spreadsheet from within Access using VBA and then saving the updated file using
xlBook1.SaveAs Filename:=Dir & "\tblChildData.xls", FileFormat:=xlNormal, CreateBackup:=False
With warnings already turned off, is there a way of amending the syntax to prevent the user being asked if they want to save the updated file?
Many thanks
John R
xlBook1.SaveAs Filename:=Dir & "\tblChildData.xls", FileFormat:=xlNormal, CreateBackup:=False
With warnings already turned off, is there a way of amending the syntax to prevent the user being asked if they want to save the updated file?
Many thanks
John R