N
Nathan Franklin
Hello list
I have a document template I am working on and what I need to be able to
achieve is the ability to easily delete sections of the document that I dont
want with VB.
I have thought of the idea of maybe using a table and then just deleting the
table. But how do I reference this table. Can I assign a name to this table
and then delete it?
Another Idea I had was with bookmarks. Can i select a range of text and make
it a bookmark and then i can just just .Bookmarks("Itemname").delete ??
Would that work?
What about storeys? Can I define a new stoery or something like that. I am
new to work automation and would love your help!
Thanks very much
Nathan
I have a document template I am working on and what I need to be able to
achieve is the ability to easily delete sections of the document that I dont
want with VB.
I have thought of the idea of maybe using a table and then just deleting the
table. But how do I reference this table. Can I assign a name to this table
and then delete it?
Another Idea I had was with bookmarks. Can i select a range of text and make
it a bookmark and then i can just just .Bookmarks("Itemname").delete ??
Would that work?
What about storeys? Can I define a new stoery or something like that. I am
new to work automation and would love your help!
Thanks very much
Nathan