Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:18
Show Gist options
  • Save ezhov-da/d471b36d254b16c3c8d435312c77e847 to your computer and use it in GitHub Desktop.
Save ezhov-da/d471b36d254b16c3c8d435312c77e847 to your computer and use it in GitHub Desktop.
vba проблемы с dictionary
'Если в значениях хранится объект, его необходимо создавать так:
Dim ourUniqueGlue As UniqueGlue
Set ourUniqueGlue = New UniqueGlue
'так как в противном случае VBA не понимает и использует один объект.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment