Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to write a C++ DLL for Excel VBA

Status
Not open for further replies.

VRMath

Mechanical
Joined
Feb 15, 2005
Messages
2
Location
US
Can anyone tell me how to get my Excel VBA code to call a Visual C++ DLL to do something simple like add 2 + 2 ? My Excel VBA code is taking too long to execute, so I've translated the labor intensive part into C. I just don't know how to write a DLL...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top