Quote:
Glad it works, although I'm surprised you didn't run into quoting issues (especially the single quote).


I have the entirety of the vbs code inside single quotes because I use double quotes in the vbs code. There is one point where I close off the string so I can concatenate a variable I use elsewhere in my KiX script, but then I start it back again with another single quote. I'm not exactly sure what you're referring to as this is standard stuff I do all the time.