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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. niceview

    How to use an *.obj file (from C++) in VBA?

    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 =...
  2. niceview

    Excel and C++ interaction. How?

    The example described was a simple one. Actually, we have to take a matrix of, say, 500x5, do some operations with them and later return another matrix of 500x3. The code has already been developed in C++. Does the code in C++ have to incorporate any DLL? Is it necessary to write any code in...
  3. niceview

    Excel and C++ interaction. How?

    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...
  4. niceview

    Excel and C++ interaction. How?

    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...

Part and Inventory Search

Back
Top