Calling VBA dll functions with C or C++ 
Author Message
 Calling VBA dll functions with C or C++

How can I call functions withing a dll written in VBA from C or C++?  Thanks
in advance for any suggestions.



Fri, 10 Jan 2003 03:00:00 GMT  
 Calling VBA dll functions with C or C++
How exactly are you compiling a VBA routine into a DLL, I must be missing
something. COM Add-ins can be created with VB6 or Office 2000 Developers
Edition

Guy Cox, MVP Microsoft Project


Quote:
> How can I call functions withing a dll written in VBA from C or C++?
Thanks
> in advance for any suggestions.



Sat, 11 Jan 2003 03:00:00 GMT  
 Calling VBA dll functions with C or C++
Sorry, they're VB functions to automate Word.  The dll functions will be
mapped back to JAVA via C or C++ and JNI.  If you know of any easier way
with the same functionality, please let me know.


Sat, 11 Jan 2003 03:00:00 GMT  
 Calling VBA dll functions with C or C++

Unless you are compelled by an extensive Java class library encapsulating
your existing business processes, or some other artificial design
constraint, why not just code the whole darn thing in VB. It seems to me
that you are adding an inordinate amount of complexity to the solution to
your problem.. This isn't by any chance a government contract is it??

Guy Cox, MS Project MVP


Quote:
> Sorry, they're VB functions to automate Word.  The dll functions will be
> mapped back to JAVA via C or C++ and JNI.  If you know of any easier way
> with the same functionality, please let me know.



Tue, 14 Jan 2003 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Calling a C++ DLL function which takes an C++ object as parameter

2. C++ functions called from VBA

3. VB 5.0 calling C++ 5.0 DLL that calls winsock.dll

4. How do you call a Visual C++ (DLL) function from Visual Basic

5. Calling Visual C++ 5.0 DLL Functions From Visual Basic 5.0

6. Calling a VB function from within a C++ DLL interrupt

7. Call C++ Class member function in a DLL ??

8. VB calling C++ Dll function twice?

9. Calling a VB function/procedure from Visual C++ DLL

10. Calling a function in a C++ Win32 Dll from VB 6

11. Calling a VB function from a C++ DLL

12. Another CS-Realizer question

 

 
Powered by phpBB® Forum Software