View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Reed Michael Reed is offline
external usenet poster
 
Posts: 1
Default Help with referencing a .dll

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