Search code examples
visioshapesheet

Make a line in visio change colour when another object changes colour


I want to change the line color of a line when the foreground color of another object is changed. Is it possible to link the line color directly with a formula in shapesheet? I was thinking something like "LineColor"=GetRef(linked-objectname.GetRef(FillForegnd)) I've usedd shapesheet to change the foreground color of the "master/controlling" objects already so if its possible it would be good to continue to use that

Any help appreciated!


Solution

  • LineColor = Sheet.[some ID]!FillForegnd

    This formula make current shape line color same as fill foreground color of another shape with ID = [some ID]. Where [some ID] is number! Final formula looks like Sheet.100500!FillForegnd