
_HELP OBJECT NOT FOUND IN 8.0 LIBRARY.
Hello all,
I'm following the tutorial at:
http://www.*-*-*.com/
and I'm trying to programmatically add a toolbar to a database using VBA.
The problem I'm having is that when I assign the control to a variable it
cannot find the specified type. For example.
Sub NewToolbar()
Dim cbrCommandBar As CommandBar
The CommandBar object is supported as part of the MS Object library 8.0 but
cannot find the object. I get a "User-defined type not defined" whenever I
run the code. When I use the object browser it is not listed in any of the
libraries.
Does anyone have any ideas why?
Thanks,