Click to See Complete Forum and Search --> : Problems with OLE Container Control


zenn0
January 18th, 2000, 11:50 PM
Hi,
I have recently added an OLE Container Control. However, when I used the "Readfromfile" and "savetofile" methods of Ole container, I realised that it saves as .ole file. Besides saving as an .ole file, is there anyway I can save it as a .doc file using the "readfromfile" and "savetofile" methods?

Thanks in advance!

shariryaniv
December 6th, 2006, 04:12 PM
i have the same problem too....

i have all kinds of office file (.xls, .doc, .ppt) in .ole format in one forlder, and i need to save them back in their original format...

how can i do that?

hensa22
December 7th, 2006, 06:05 PM
I think, it can be the solution :

ole.object.SaveAs ("c\:myfile.doc")