I'm looking for a web tutorial that can explain about VBA Class Modules.
I need to know what they can do and how to use them.
Thankx in advance
--
.- -. Bye Bye
/|6 6|\ - Pavlos
{/(_0_)\}
/ ^ \_
(/_/^\_\)
I'm looking for a web tutorial that can explain about VBA Class Modules.
I need to know what they can do and how to use them.
Thankx in advance
--
.- -. Bye Bye
/|6 6|\ - Pavlos
{/(_0_)\}
/ ^ \_
(/_/^\_\)
Try this:
http://groups.google.co.uk/groups?as...rson&lr=&hl=en
the URL should all be on one line in. Paste it in your browser nagivation
bar.
--
Regards,
Tom Ogilvy
"Pavlos" <[email protected]> wrote in message
news:[email protected]...
> I'm looking for a web tutorial that can explain about VBA Class Modules.
> I need to know what they can do and how to use them.
>
> Thankx in advance
> --
> .- -. Bye Bye
> /|6 6|\ - Pavlos
> {/(_0_)\}
> / ^ \_
> (/_/^\_\)
Here's a link to the MSDN Library article that gives an overview of Class
Modules in Office VBA:
http://msdn.microsoft.com/library/de...lassmodule.asp
"Pavlos" wrote:
> I'm looking for a web tutorial that can explain about VBA Class Modules.
> I need to know what they can do and how to use them.
>
> Thankx in advance
> --
> .- -. Bye Bye
> /|6 6|\ - Pavlos
> {/(_0_)\}
> / ^ \_
> (/_/^\_\)
Pavlos
These aren't tutorials, but you may find something useful in them.
http://www.*****-blog.com/archives/c...y/vba/classes/
--
**** Kusleika
Excel MVP
Daily Dose of Excel
www.*****-blog.com
Pavlos wrote:
> I'm looking for a web tutorial that can explain about VBA Class
> Modules. I need to know what they can do and how to use them.
>
> Thankx in advance
I have now had a look at all the links recommended. I believe that I now know
more about what a Class Module is and what it can do, but I cant say that I
understand its structure. I also had a look at the book by Excel 2002 Power
Programming With VBA (John Walkenbach) but he has used the Class module to
"Wrap" certain API functions and gives the appearance of being too complex.
I am writing an application used for the design a machine. I would like to
essentially model the machine and give it sertain properties:
NoProbes as Integer 'Either 10,12 or 20
PressureClass 'psi rating
ExplosionProof 'Boolean
The idea is to speed up the code and make it easier to follow
Regards
"Tom Ogilvy" wrote:
> Try this:
>
> http://groups.google.co.uk/groups?as...rson&lr=&hl=en
>
> the URL should all be on one line in. Paste it in your browser nagivation
> bar.
>
> --
> Regards,
> Tom Ogilvy
>
> "Pavlos" <[email protected]> wrote in message
> news:[email protected]...
> > I'm looking for a web tutorial that can explain about VBA Class Modules.
> > I need to know what they can do and how to use them.
> >
> > Thankx in advance
> > --
> > .- -. Bye Bye
> > /|6 6|\ - Pavlos
> > {/(_0_)\}
> > / ^ \_
> > (/_/^\_\)
>
>
>
One of the articles in the list I gave you also included a posting by
Stephen Bullen that might help.
a) you might only need a user defined type
b) if not, then he give an example that parallels your requirement.
http://groups.google.co.uk/groups?hl...d.co.uk&rnum=4
--
Regards,
Tom Ogilvy
"Pavlos" <[email protected]> wrote in message
news:[email protected]...
> I have now had a look at all the links recommended. I believe that I now
know
> more about what a Class Module is and what it can do, but I cant say that
I
> understand its structure. I also had a look at the book by Excel 2002
Power
> Programming With VBA (John Walkenbach) but he has used the Class module to
> "Wrap" certain API functions and gives the appearance of being too
complex.
>
> I am writing an application used for the design a machine. I would like to
> essentially model the machine and give it sertain properties:
>
> NoProbes as Integer 'Either 10,12 or 20
> PressureClass 'psi rating
> ExplosionProof 'Boolean
>
> The idea is to speed up the code and make it easier to follow
> Regards
>
>
>
> "Tom Ogilvy" wrote:
>
> > Try this:
> >
> >
http://groups.google.co.uk/groups?as...rson&lr=&hl=en
> >
> > the URL should all be on one line in. Paste it in your browser
nagivation
> > bar.
> >
> > --
> > Regards,
> > Tom Ogilvy
> >
> > "Pavlos" <[email protected]> wrote in message
> > news:[email protected]...
> > > I'm looking for a web tutorial that can explain about VBA Class
Modules.
> > > I need to know what they can do and how to use them.
> > >
> > > Thankx in advance
> > > --
> > > .- -. Bye Bye
> > > /|6 6|\ - Pavlos
> > > {/(_0_)\}
> > > / ^ \_
> > > (/_/^\_\)
> >
> >
> >
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks