Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danwagnerco/c7ae813ec61c5be53c9d963eaad0f5b0 to your computer and use it in GitHub Desktop.
Save danwagnerco/c7ae813ec61c5be53c9d963eaad0f5b0 to your computer and use it in GitHub Desktop.
an example of early-binding in VBA (with the Scripting.Dictionary object, a personal favorite)
Dim dicCoolDictionary As Scripting.Dictionary
Set dicCoolDictionary = New Scripting.Dictionary
' then start assembling the dictionary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment