RE: Disable DisplayAlerts in Excel

2001-12-24 Thread Ron Rohrssen
I had this same problem a few months ago. I went through some old emails and this is how I resolved the issue at that time. $Excel->{DisplayAlerts} = 0; Ron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Shade Sent: Monday, December 24, 2001 7:4

Disable DisplayAlerts in Excel

2001-12-24 Thread Brian Shade
Hi everyone. I thought I had this figured out, but after testing my code, it turns out I didn't. My script runs on a server and converts various documents to text, with one of them being Excel spreadsheets. I can't be at the server all the time, so I need a way to disable to dialogue boxes that mi