G
googull
Visio 2002
I've written a VBA script to replicate a pattern as a matrix as M rows by N
cols. I've tried using different techniques to clone an existing shape
(inside a group) and had hoped to only to have to set a the applicable user
defined fields ( user.row and user.col) - but I've found that the shape when
duplicated doesn't behave even though the formulas in the various shapesheet
settings appear correct. So I've tried overwriting the formulas with their
own content to "wake them up" which works but it appears that I also have to
rewrite every geometry cell as I carry one variable into the geometry!
Isn't there a way to replicate a shape inside a group without it's formulas
all becoming defunct?
I've written a VBA script to replicate a pattern as a matrix as M rows by N
cols. I've tried using different techniques to clone an existing shape
(inside a group) and had hoped to only to have to set a the applicable user
defined fields ( user.row and user.col) - but I've found that the shape when
duplicated doesn't behave even though the formulas in the various shapesheet
settings appear correct. So I've tried overwriting the formulas with their
own content to "wake them up" which works but it appears that I also have to
rewrite every geometry cell as I carry one variable into the geometry!
Isn't there a way to replicate a shape inside a group without it's formulas
all becoming defunct?