Y
YOUNGHEE
I want to change Custom Properties in Master by using Database.
Dim mstObj As Visio.Master
Dim shpObj As Visio.Shape
Dim cellObj As Visio.Cell
For Each mstObj In docObj.Masters
Set shpObj = mstObj.Shapes(1)
Set cellObj = shpObj.Cells("Prop.Description")
Dim mstObj As Visio.Master
Dim shpObj As Visio.Shape
Dim cellObj As Visio.Cell
For Each mstObj In docObj.Masters
Set shpObj = mstObj.Shapes(1)
Set cellObj = shpObj.Cells("Prop.Description")