Open 1ericsanchez opened 3 years ago
Hi, that seems to be an artefact from (mis-)importing the module. When importing, the Attribute (propertyname).VB_Description directive is used to assign a description to the count property, which then could be viewed in the object browser in the VBA IDE. Simply delete it or comment it to debug.
Hi, thanks for making this dictionary replacement for VBA. I'm having trouble getting it to work though. Currently I'm getting a syntax error when I try to define a dictionary. No error codes with the syntax error, but it points me to the following lines with the second line (Attribute Count.VB... ) highlighted:
Is this a known issue or do you have any suggestions on tracing back the issue? I'm using Excel 2016 for mac, OSX 10.15.7
Thanks!
Edit: code block formatting