I would like to know if using Dictionaries in VBA could bring any drawbacks to my code? Like compatibility issues, since it's not native from VBA
I'm no expert in programming, but I'm used to Python and its dictionaries. Now I'm learning VBA because I need to automate the design (using excel) and drawing (AutoCAD) of some geotechnical structures.
I found they could be used in VBA by setting a reference to MS Scripting runtime. Should I have any concerns about using them? Like compatibility issues in future versions of windows or office?