F
FatMan
I have linked excel and Visio.
There is no problem sharing the cell values but I can't link the cell color.
value -
Visio.ActiveWindow.Page.Shapes.ItemFromID(a).Text = xlSheet.Cells(1 + a,
5).Value
Color -
Visio.ActiveWindow.Page.Shapes.ItemFromID(PIN_COUNTER).CellsSRC(visSectionObject,
visRowFill, visFillForegnd).FormulaU = xlSheet.Cells(1 + PIN_COUNTER,
4).forecolor
Any suggestions ?
There is no problem sharing the cell values but I can't link the cell color.
value -
Visio.ActiveWindow.Page.Shapes.ItemFromID(a).Text = xlSheet.Cells(1 + a,
5).Value
Color -
Visio.ActiveWindow.Page.Shapes.ItemFromID(PIN_COUNTER).CellsSRC(visSectionObject,
visRowFill, visFillForegnd).FormulaU = xlSheet.Cells(1 + PIN_COUNTER,
4).forecolor
Any suggestions ?