W
WilkinsonJH
I have a drawing (visio file) who's content is several "imsert /object/from
file" objects which are themselves visio drawings. All of the drawings have
borders that are on a layer and I am trying to turn off the inserted object
file borders when the master drawing is opened. I thought I could do this by
simply turning visibility of this layer name (border) off in the master
drawing, but it seems to have no effect on the inserted objects' layer of the
same name (border). My next thought was to have an "upon open" of the master
drawing VBA macro sequentially open all the inserted object files (they are
linked) and turn off eachs' "Border" layer, then close & return to the master
drawing. My macro recording of this provided little info (code) to go on. Is
this even possible? Is there a better way?
file" objects which are themselves visio drawings. All of the drawings have
borders that are on a layer and I am trying to turn off the inserted object
file borders when the master drawing is opened. I thought I could do this by
simply turning visibility of this layer name (border) off in the master
drawing, but it seems to have no effect on the inserted objects' layer of the
same name (border). My next thought was to have an "upon open" of the master
drawing VBA macro sequentially open all the inserted object files (they are
linked) and turn off eachs' "Border" layer, then close & return to the master
drawing. My macro recording of this provided little info (code) to go on. Is
this even possible? Is there a better way?