Word Macro Problems!!!!!
15-Mar-95 17:47:20
Sb: #71732-Word Macro Problems!!!!!
Fm: Hank Ryan 76630,55
To: Howard Finkelstein 72420,3047
<<…no success and the "WordBasic Error=543 Unable to open specified library"
error persists.>>
Howard,
Here's some info from the WordBasic Help file on what's happening:
============================
WordBasic error 543
Unable to open specified library
The Declare instruction specifies a dynamic-link library (DLL) that
does not exist or cannot be found. A misspelling of the library name is the
most common cause of this error. For example, the error occurs if you type
"Kernal" when you mean to type "Kernel."
==================================
In your situation (Win95 and Word NT) I believe the problem may be that a
16-bit DLL is being called where Word NT needs a 32-bit DLL. What are you
doing when you get the WordBasic Error 543?
Regards,
-HANK-