Your call to a dynamic-link library (DLL) indicated to use a number instead of a procedure name, using the #num syntax. This error has the following causes and solutions:
Make sure the expression represents a valid number or call the procedure by name.
Make sure num identifies a valid function in the DLL.
Comment out code to isolate the procedure call causing the problem. Write a Declare statement for the procedure and report the problem to the type library vendor.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).