-
Notifications
You must be signed in to change notification settings - Fork 93
Description
I've tried several things, and I get various error messages.
-
Import the cls file
results in: It's imported undermodules. Using it givesCompile error: Expected: end of statementatVERSION 1.0 CLASS
removing that results in:Compile error: Invalid outside procedureatBEGIN
removing that block results in:Compile error: A module is not a valid typeat my codeDim dict As New Dictionary -
Create a new
class moduleby right click the project (root), thenInsert -> Class Module, copy the code ofDictionary.clsin there, rename the class module to Dictionary
results in:Compile error: Expected: end of statementatVERSION 1.0 CLASS
removing that results in:Compile error: Invalid outside procedureatBEGIN
removing that block results in:Compile error: Syntax erroratAttribute VB_Name = "Dictionary"
removing that block results inRun-time error 438: Object doesn't support this property or methodat my codedict("a") = "b" -
Run
VBA-Dictionary - Specs.xlsm
results in:Compile error: The code in this project must be updated for use on 64-bit systems. Please review and update Declare statements and then mark them with the PtrSafe attribute.