Thread: Types in Add-In
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Henning Eiben Henning Eiben is offline
external usenet poster
 
Posts: 9
Default Types in Add-In

Am Thu, 21 Oct 2004 09:48:57 +0200 schrieb Jan Karel Pieterse
:

Hi Henning,

But the "Call lib.Bar(myPeriode)" won't compile :(


Because there is a typo in this sub:

Public Function Foo
Dim myPeriode As Periode
Call lib.Bar(myPeriode)
End Function

Change Periode to Period.


Well ... That was just a typo in the post ... and I do have explicit
declaration turned on.