Re: VB6 Common Code for Access, Excel and VB Projects
From: Howard Kaikow (kaikow_at_standards.com)
Date: 09/28/04
- Next message: Programmer Dude: "Re: midi- note on/off"
- Previous message: Paul Lutus: "Re: calculating an exponent?"
- In reply to: Tim ffitch: "VB6 Common Code for Access, Excel and VB Projects"
- Next in thread: Tim ffitch: "Re: VB6 Common Code for Access, Excel and VB Projects"
- Reply: Tim ffitch: "Re: VB6 Common Code for Access, Excel and VB Projects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 28 Sep 2004 13:38:08 -0400
Compile the code to an ActiveX DLL and add a reference to each VBA/VB
project that requires use of the DLL.
-- http://www.standards.com/; See Howard Kaikow's web site. "Tim ffitch" <fia@ifs.inchcape.co.uk> wrote in message news:131ac1c1.0409280651.1fa6e3c8@posting.google.com... > Hi > > It has been sometime since I have done any pure VB programming. I need > to set up in Visual Basic 6 something like a dll that has common > functions I can use in Microsoft Access, Excel and VB Projects. I am > am sure I did something similar years ago in VB 5. > > I have created a class which stores all the code for the function > procedures but from my projects I have to reference the instance of > the class instead of just calling the function. > > I am sure I did this last time without having to set up a class. I > have tried a Standard Exe project but it wont allow me to connect to > it. > > Any ideas please? > > Kind regards > Tim ffitch
- Next message: Programmer Dude: "Re: midi- note on/off"
- Previous message: Paul Lutus: "Re: calculating an exponent?"
- In reply to: Tim ffitch: "VB6 Common Code for Access, Excel and VB Projects"
- Next in thread: Tim ffitch: "Re: VB6 Common Code for Access, Excel and VB Projects"
- Reply: Tim ffitch: "Re: VB6 Common Code for Access, Excel and VB Projects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|