-
I'm using VB6 to automate creating a word document based on data that a user enters into a form that is stored into an Access 97 database.
I can get the text from the database fields and replace them in the word document but I can't figure out how to "cut and paste" an OLE object.
I have an OLE object field in access that stores a Word or Excel document (embedded) that the user updates. I want to copy that ole object and insert it into the final Word doc that I am creating programatically.
I can do this by manually copying and pasting (ctrl c/ctrl v) from Access to Word.
Thanks.
-
I know you posted your query a while ago. However, I'm sure you don't have a solution, as this is one of the great mysteries of the world. Some of us would like the solution and like myself – and are seeking it. See my recent post "Rendering OLE Fields Programmatically" Keep posted - we will figure it out.