VB 6 Toolbar and Microsoft Excel Object 9.0

T

The

Does anyone know why adding a button onto toolbar in
Visual Basic 6.0 will return "Run-time Error '13'" when
Microsoft Excel Object 9.0 is referenced in the program?
 
C

Chip Pearson

What is the line of code that is causing the problem? It seems likely that
you have a library name conflict, in which case declaring the variable with
the library name may solve the problem.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com [email protected]
 
Top