01-28-2020
03:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-28-2020
03:34 PM
I'm trying to use something almost identical to this, but I'd like to have the color name be a variable that is defined using a mix of text and parameters. It will work if I define the variable using just a text string, but when I try to combine a text string with a parameter to form one long text string, it errors out. Is this functionality not supported?
ColorName1 = "SomeTxt-" & Width & "in-" & Color1'errors out ColorName1 = "SomeTxt-36in-Color"'works fine
Width and Color1 are parameters.