July 15th, 2002, 5:56 pm
What he means is: Since you're using Visual Studio.NET, is your C++ code 'managed' a la .NET or is it 'unmanaged' (i.e. does not make use of the .NET Framework) ?We really need more details to be able to help you: - how and when is your C++ function called from within Excel ? - is the call wrapped inside a custom Excel VBA function, which is then used in your worksheets ?