I have used the Declare statement to get access to a function in a
..dll
All seems to be well, but I get "error 453" when the function is
referenced. The error test says that excel "... can't find the
fcn_foo entry point in the .dll"
What stupid little things do I need to check to make sure that my
Excel VBA program gas access to the .dll?
The dll is written in
VB.NET and the excel code is in Excel 2000.
Michael Reed