|
-
January 19th, 2000, 12:50 AM
#1
Problems with OLE Container Control
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!
-
December 6th, 2006, 05:12 PM
#2
same problem here...
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?
-
December 7th, 2006, 07:05 PM
#3
Re: Problems with OLE Container Control
I think, it can be the solution :
Code:
ole.object.SaveAs ("c\:myfile.doc")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|