![]() |
Q: overwrite during saveas
I use ActiveWorkbook.SaveAs desFile in my module and I need to get this work
without prompt even if the file exists |
Try
application.displayalerts = false ActiveWorkbook.SaveAs desFile application.displayalerts = true Regards, Peo Sjoblom "JIM.H." wrote: I use ActiveWorkbook.SaveAs desFile in my module and I need to get this work without prompt even if the file exists |
All times are GMT +1. The time now is 05:37 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com