C
Cookville
I want to create Stencils on-the-fly in VBA. Each stencil represents a
customer order. Each master in each stencil represents each line item of the
order. The user will drag-n-drop the line items to locations on the drawing.
As the VBA code creates each stencil, I want to add that stencil and have it
merge with the other stencils as they dock along side the drawing page. This
represents the same action as if you manually open several stencils and they
all reside in the "Shapes" window.
My success with this has been minimal. I can create an array of windows, but
they dock at random locations around the drawing. Then I have to manually
drag them to dock and merge.
Another problem is that the stencils are blank. None of the masters that the
code creates are visible on the stencils... the masters are somehow parented
by the main drawing page, ThisDocument.
Any help in managing this is greatly appreciated.
Mel in Texas
customer order. Each master in each stencil represents each line item of the
order. The user will drag-n-drop the line items to locations on the drawing.
As the VBA code creates each stencil, I want to add that stencil and have it
merge with the other stencils as they dock along side the drawing page. This
represents the same action as if you manually open several stencils and they
all reside in the "Shapes" window.
My success with this has been minimal. I can create an array of windows, but
they dock at random locations around the drawing. Then I have to manually
drag them to dock and merge.
Another problem is that the stencils are blank. None of the masters that the
code creates are visible on the stencils... the masters are somehow parented
by the main drawing page, ThisDocument.
Any help in managing this is greatly appreciated.
Mel in Texas