How can I reference another project as Normal?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



i can call normal function,
Sub Foo()
normalfunc ' normal.normalfunc
End Sub

But If I reference a project, I only call that like below:
Sub Foo()
RefProject.testfunc ' Why i must writer RefProject?
End Sub


.



Relevant Pages

  • Re: HOP p. 20 Question
    ... Ben> sub foo ... Randal> taking a reference to the One True Undef each time instead? ... Since, by definition, all lexical variables are distinct (e.g., ...
    (comp.lang.perl.moderated)
  • Re: HOP p. 20 Question
    ... Ben> sub foo ... Randal> taking a reference to the One True Undef each time instead? ... Without explicitly declaring an LVALUE: ...
    (comp.lang.perl.moderated)
  • Re: HOP p. 20 Question
    ... Ben> sub foo ... Unless it's marked "lvalue". ... Randal> taking a reference to the One True Undef each time instead? ...
    (comp.lang.perl.moderated)
  • Re: FQN from references
    ... > sub foo; ... Now you can access the reference and have its name at the same time. ... problem comes in with inheritance because maybe $y wants to call $x ...
    (perl.beginners)
  • Re: worksheet name
    ... > I'm trying to create a worksheet name based upon a cell reference ... > another worksheet in the same workbook. ...
    (microsoft.public.excel.misc)