View Single Post
  #4  
Old January 14th, 2009, 06:38 PM posted to microsoft.public.visio.general
AlEdlund[_2_]
external usenet poster
 
Posts: 76
Default VBA - removing object from layer

If your attempting to ensure that the connector is on only one layer then
put it between
these two instructions

Set objShp = objShps(i)

objShpe.CellsSRC(visSectionObject,
visRowLayerMem, visLayerMember).FormulaForceU = """"""

objLayer.Add objShp, 0

al

wrote in message
...
I am familiar with that line of code, but I'm wondering if there is
anything I can do about it now, after the connectors are already on
the page?

Thanks