Re: Call Private Function from ThisWorkbook module
From: Bob Phillips (bob.phillips_at_notheretiscali.co.uk)
Date: 02/25/04
- Next message: dreamer: "Re: lenght of a number"
- Previous message: Frank Kabel: "Re: lenght of a number"
- In reply to: Beto: "Re: Call Private Function from ThisWorkbook module"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Feb 2004 13:36:02 -0000
The way you describe is how you reference a Public function in a class
module, like ThisWorkbok, from another module.
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
"Beto" <beto_z_o.Borra_Esto@hotmail.com> wrote in message
news:c1i6vm$1io3em$1@ID-95421.news.uni-berlin.de...
> Bob Phillips wrote:
>
> > Beto,
> >
> > No, if it's private it means that it doesn't want to be accessible from
> > another module. It needs to be Public for that.
> >
>
> Just what I thought. I was hoping there may be a way to reference the
> module and then the function, sort of like "Module1.Function1". Anyway,
> I already solved my problem with a workaround.
>
> Regards,
> --
> Beto
> Reply: Erase between the dot (inclusive) and the @.
> Responder: Borra la frase obvia y el punto previo.
>
- Next message: dreamer: "Re: lenght of a number"
- Previous message: Frank Kabel: "Re: lenght of a number"
- In reply to: Beto: "Re: Call Private Function from ThisWorkbook module"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|