R
RM
I have about 20 pages in Visio that get their custom properties from
an Excel spreadsheet through ODBC using the Database Wizard to link them.
Now I'm having trouble because I changed one of the column headings in the
excel spreadsheet and the visio custom properties are not refreshing
properly. It leaves the old property there. Since I have a bunch of these
to update I'd like to ask for help with little vb code. I know I could go
shapesheet to shapesheet and delete the row but it seems that a simple For
loop would work so much easier. I even tried re-linking all the shapes on a
page and only using one of the excel columns and it still doesn't delete the
old custom properties in Visio. Thanks for everyone's help.
an Excel spreadsheet through ODBC using the Database Wizard to link them.
Now I'm having trouble because I changed one of the column headings in the
excel spreadsheet and the visio custom properties are not refreshing
properly. It leaves the old property there. Since I have a bunch of these
to update I'd like to ask for help with little vb code. I know I could go
shapesheet to shapesheet and delete the row but it seems that a simple For
loop would work so much easier. I even tried re-linking all the shapes on a
page and only using one of the excel columns and it still doesn't delete the
old custom properties in Visio. Thanks for everyone's help.