MS-Excel macro help!
May. 22nd, 2005 05:34 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I’m writing a macro that, among other things, saves the MS-Excel spreadsheet:
ActiveWorkbook.SaveAs Filename:= “EventList.txt”, FileFormat:= xlText
However, every time it runs I get a dialog box asking for permission to replace the old file.
Anyone know how to disable that box?
ActiveWorkbook.SaveAs Filename:= “EventList.txt”, FileFormat:= xlText
However, every time it runs I get a dialog box asking for permission to replace the old file.
Anyone know how to disable that box?