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 TouchToneTommy 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: *

  • Users: niceview
  • Content: Threads
  • Order by date
  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?

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

Part and Inventory Search

Back
Top