A
Artem
I have a Excel template file in a Mail/Post folder. I'm
trying to use SaveAs method to save a copy of this
document to c:\. No matter how I tried the saved file is
not recognized as a good Excel template file. I tried
using olTXT=0, olRTF=1, olTemplate=2, and olMSG=3 values
for Type argument of SaveAs method. My guess is that
olDoc=4 value should do the job, but for values 4 and up
SaveAs method returns error. Any ideas?
trying to use SaveAs method to save a copy of this
document to c:\. No matter how I tried the saved file is
not recognized as a good Excel template file. I tried
using olTXT=0, olRTF=1, olTemplate=2, and olMSG=3 values
for Type argument of SaveAs method. My guess is that
olDoc=4 value should do the job, but for values 4 and up
SaveAs method returns error. Any ideas?