
I thought the DisplayAlerts property might be it
But I can't see much difference. IIRC, that property needed to be hit in VB to keep it out of interactive mode. I'm trying
xlapp.DisplayAlerts = 0
The Save method doesn't seem to have any way to tweak it. I guess I'll try the SaveAs method and see if it does any better.