V
Veronika Zenz
HI all,
I am trying to suppress the "save changes to file xx" dialog using
doc.saved = true;
Application.AlertResponse = 7;
doc.Close();
Application.AlertResponse = 0;
this works fine for documents without ole-links, but for those with
links i still get the dialog. - Any ideas?
thanks,
veronika
I am trying to suppress the "save changes to file xx" dialog using
doc.saved = true;
Application.AlertResponse = 7;
doc.Close();
Application.AlertResponse = 0;
this works fine for documents without ole-links, but for those with
links i still get the dialog. - Any ideas?
thanks,
veronika