I can create an *.obj file in C++, say, to multiply two numbers (multiply.obj). Is it possible, from VBA, to link and call this 'multiply.obj' with something like the following code? How?
Private Sub test()
Dim a As Double
Dim b As Double
a =...
This is concerning the use of Excel as the front-end for a program written in C++. The input and output is done in Excel, but the processing is done in C++.
Say that we have to multiply 'a' and 'b', available in cells A1 and B1 of Excel, and we want the product to be displayed in cell C1 of...
This is concerning the use of Excel as the front-end for a program written in C++. The input and output is done in Excel, but the processing is done in C++.
Say that we have to multiply 'a' and 'b', available in cells A1 and B1 of Excel, and we want the product to be displayed in cell C1 of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.