M
Malcolm Dew-Jones
Hello
I can write a macro to create a document, insert some text, apply some
formatting to it, an save everything to a file.
I would like to do that but to reproduce an existing document.
I am looking for any tools that take an existing document and determine
the vb commands that would reproduce the original document when you run
them.
If there are no existing tools that do anything like this then I may
investigate writing my own. Perhaps there's a trick in vb to make this
really easy to do already (I'm far from a vb expert). Otherwise I guess I
would have to loop over all the various collections that make up a
document and look at each object and create a vb command to create an
object of that type with the settings/text/etc of that object.
If anyone should know of existing or examples to do this sort of thing I
would appreciate hearing about them.
Thanks.
I can write a macro to create a document, insert some text, apply some
formatting to it, an save everything to a file.
I would like to do that but to reproduce an existing document.
I am looking for any tools that take an existing document and determine
the vb commands that would reproduce the original document when you run
them.
If there are no existing tools that do anything like this then I may
investigate writing my own. Perhaps there's a trick in vb to make this
really easy to do already (I'm far from a vb expert). Otherwise I guess I
would have to loop over all the various collections that make up a
document and look at each object and create a vb command to create an
object of that type with the settings/text/etc of that object.
If anyone should know of existing or examples to do this sort of thing I
would appreciate hearing about them.
Thanks.