G Guest Jan 5, 2005 #1 I use ActiveWorkbook.SaveAs desFile in my module and I need to get this work without prompt even if the file exists
I use ActiveWorkbook.SaveAs desFile in my module and I need to get this work without prompt even if the file exists
G Guest Jan 5, 2005 #2 Try application.displayalerts = false ActiveWorkbook.SaveAs desFile application.displayalerts = true Regards, Peo Sjoblom
Try application.displayalerts = false ActiveWorkbook.SaveAs desFile application.displayalerts = true Regards, Peo Sjoblom