D
David Thielen
Hi;
This case happens when our Word AddIn creates an XLSX file and then does a
Process.Start("filename.xlsx") which launches Excel 2003 (not 2007) on a
system that does have the xlsx filter installed for Excel 2003. We do always
set <calcPr calcCompleted="0'/> since we do not know how to evaluate all the
functions.
When this happens we always get a MessageBox that says:
Microsoft Office Excel
Calculation is incomplete. Recalculate before saving?
Yes, No, Cancel
Clicking Yes causes the dialog to pop up again - only clicking No will bring
the file up in Excel.
While the above always happens, we also sometimes get the following Dialog
Box:
File in Use
CVT72F.tmp is locked for editing
by 'tomasr'.
Open 'Read-On;y' od, click 'Notify' to open in read-only and receive
notification when the document is no longer in use.
Read Only, Notify, Cancel on right side.
For the above, we do not create a file with a tmp extension. The file we
create has a .xlsx extension.
Any idea what is going on and more important, how do we turn off these
prompts?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
This case happens when our Word AddIn creates an XLSX file and then does a
Process.Start("filename.xlsx") which launches Excel 2003 (not 2007) on a
system that does have the xlsx filter installed for Excel 2003. We do always
set <calcPr calcCompleted="0'/> since we do not know how to evaluate all the
functions.
When this happens we always get a MessageBox that says:
Microsoft Office Excel
Calculation is incomplete. Recalculate before saving?
Yes, No, Cancel
Clicking Yes causes the dialog to pop up again - only clicking No will bring
the file up in Excel.
While the above always happens, we also sometimes get the following Dialog
Box:
File in Use
CVT72F.tmp is locked for editing
by 'tomasr'.
Open 'Read-On;y' od, click 'Notify' to open in read-only and receive
notification when the document is no longer in use.
Read Only, Notify, Cancel on right side.
For the above, we do not create a file with a tmp extension. The file we
create has a .xlsx extension.
Any idea what is going on and more important, how do we turn off these
prompts?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm