Is it possible to use a variable for the 'ObjectName' for the Shape.SetFillColor action?
Professional Software Development Tools
Is it possible to use a variable for the 'ObjectName' for the Shape.SetFillColor action?
Is this what you want?
Code:strNewColor = "Plugin1" Shape.SetFillColor(strNewColor, 0)
Intrigued
That was it.
I can't believe I didn't see that.
I was thinking that I also had to pass the quotes ("\"cirlce1\"") and that wasn't workin.
Another case of not seeing the forest for all the trees.![]()
Thanks...
No problem, glad to be of help.
Intrigued