Forum Discussion
AlexKaras
16 years agoCommunity Hero
Oops...
Obviously instead of
'unit B
...
Set vClass = Function InitClass()
it had to be
'unit B
...
Set vClass = InitClass() ' copy-pasted 'Function' is not needed here
Sorry for the typo...
Obviously instead of
'unit B
...
Set vClass = Function InitClass()
it had to be
'unit B
...
Set vClass = InitClass() ' copy-pasted 'Function' is not needed here
Sorry for the typo...