C
Chris Wiesner
I am trying to assign unique, fixed, colors to shapes based upon custom
property tags. When I drop the shape onto the page, I have it structured
such that it prompts for the, fixed list, value of that custom property
(e.g., property name = "Owner"). Based upon that selection, I'd like
specific "Owners" to be assigned specific colors (e.g., all shapes owned by
"John" are colored blue). I am not a neophyte to smart shapes, or to minimal
VBA programming, but I am having some difficulty here and any pointers to
instructional aids would be welcome (e.g., web pages, books, etc.).
I found this neat Add-On, "Colors by Value..." (Tools | Add-Ons | Building
Plans | Colors by Value), that almost seems to do what I want (it even
auto-creates a nice legend). Trouble is that the colors are always
auto-assigned at each invocation. They can be later changed, but this is
tedious and has to be done again for each new drawing. There is a feature in
that Add-On, "Import Data..." who's exact function hints at a way for me to
get that "fixed" color data into the objects (e.g., via an external MS Excel
spreadsheet), but the minimal instructions I've found on it is not very
detailed and is somewhat confusing. Any help in that arena would be equally
welcome (even if it's along the lines of "You don't want to use that Add-On
to achieve your goal" ;-).
Thanks in advance folks.
property tags. When I drop the shape onto the page, I have it structured
such that it prompts for the, fixed list, value of that custom property
(e.g., property name = "Owner"). Based upon that selection, I'd like
specific "Owners" to be assigned specific colors (e.g., all shapes owned by
"John" are colored blue). I am not a neophyte to smart shapes, or to minimal
VBA programming, but I am having some difficulty here and any pointers to
instructional aids would be welcome (e.g., web pages, books, etc.).
I found this neat Add-On, "Colors by Value..." (Tools | Add-Ons | Building
Plans | Colors by Value), that almost seems to do what I want (it even
auto-creates a nice legend). Trouble is that the colors are always
auto-assigned at each invocation. They can be later changed, but this is
tedious and has to be done again for each new drawing. There is a feature in
that Add-On, "Import Data..." who's exact function hints at a way for me to
get that "fixed" color data into the objects (e.g., via an external MS Excel
spreadsheet), but the minimal instructions I've found on it is not very
detailed and is somewhat confusing. Any help in that arena would be equally
welcome (even if it's along the lines of "You don't want to use that Add-On
to achieve your goal" ;-).
Thanks in advance folks.