SBendBuckeye
Programmer
Can you not reference Excel CustomProperties using the name as a variant index into the collection like you do for Names, Sheets, etc (eg Sheets("Sheet1"))?
I created a CustomProperty using Add Name:="MyName", Value:="MyValue" and it is there correctly, but I get an Error 13, Subscript message when trying to reference CustomProperties("MyName").
The only way I can find it is to iterate them and look for a match. Am I missing something obvious here? Thanks!
Have a great day!
j2consulting@yahoo.com
I created a CustomProperty using Add Name:="MyName", Value:="MyValue" and it is there correctly, but I get an Error 13, Subscript message when trying to reference CustomProperties("MyName").
The only way I can find it is to iterate them and look for a match. Am I missing something obvious here? Thanks!
Have a great day!
j2consulting@yahoo.com