Hello. How can I programmatically copy master from my stencil to the Document Stencil?
V Vladimir Mar 26, 2007 #1 Hello. How can I programmatically copy master from my stencil to the Document Stencil?
N nbelyh Mar 26, 2007 #2 Hello. How can I programmatically copy master from my stencil to the Document Stencil? Click to expand... Using brute-force approach: ActiveDocument.Masters.Drop _ ActiveWindow.Windows.ItemEx("MyStencil").Document.Masters("MyMaster"), 0, 0
Hello. How can I programmatically copy master from my stencil to the Document Stencil? Click to expand... Using brute-force approach: ActiveDocument.Masters.Drop _ ActiveWindow.Windows.ItemEx("MyStencil").Document.Masters("MyMaster"), 0, 0
V Vladimir Mar 26, 2007 #3 Using brute-force approach: ActiveDocument.Masters.Drop _ Click to expand... Unfortunately, this method is bad for me
Using brute-force approach: ActiveDocument.Masters.Drop _ Click to expand... Unfortunately, this method is bad for me
N nbelyh Mar 27, 2007 #4 Unfortunately, this method is bad for me Click to expand... But why? What's the problem with this method? Why Drop is bad?! IMHO, you'd better made public your original problem in this case...
Unfortunately, this method is bad for me Click to expand... But why? What's the problem with this method? Why Drop is bad?! IMHO, you'd better made public your original problem in this case...