Is het mogelijk om bij onderstaande commands een parameter aan te geven dat automatisch "yes" geeft om elk volgende vraag...?
Deze commands vragen of ik zeker weet dat het bestand wil overschrijven!
ActiveWorkbook.SaveAs Filename:="H:\test.xls", FileFormat:=xlNormal, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
ActiveWorkbook.SaveAs Filename:="C:\...Desktop\test.xls", FileFormat:=xlNormal, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
Application.Quit
Deze commands vragen of ik zeker weet dat het bestand wil overschrijven!
ActiveWorkbook.SaveAs Filename:="H:\test.xls", FileFormat:=xlNormal, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
ActiveWorkbook.SaveAs Filename:="C:\...Desktop\test.xls", FileFormat:=xlNormal, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
Application.Quit