Guest_imported
New member
- Jan 1, 1970
- 0
Hi. I'm developing an application that needs to work with embedded msWord docs. I'm not sure how to do this. What I need to do is to create a new(in fact several new) msword documents during the program run. I could open MSWord make the program write what I want there and then make the program save the file. But I need the ms word window embedded in one of my forms. I can use an OLE container control to store the ms word window, but how can I write to it? And I suppose I can't even save the file I've created in .doc format(only on .ole right?). So I really don't know wich is the best solution for this. Is there any way of opening MS Word on vb like CreateObject("word.application"
and then embedding it on my form?
If anyone could help at all I'd appreciate it a lot.
If anyone could help at all I'd appreciate it a lot.