Skip to content

Instantly share code, notes, and snippets.

@danwagnerco
Created October 2, 2016 21:28
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/73ecda2a256841c562871c5d2e8f3032 to your computer and use it in GitHub Desktop.
Save danwagnerco/73ecda2a256841c562871c5d2e8f3032 to your computer and use it in GitHub Desktop.
an example of late-binding in VBA
Dim variable as Object
Set variable = CreateObject("SomeObjectType")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment