J
john
Get "Error in Loading DLL" when accessing the CommandBars
collection. Here is the code:
Dim ol As New Outlook.Application
Dim myInspector As Inspector
Set myInspector = ol.ActiveInspector
Set MyCB = myInspector.CommandBars("item")
Any ideas?
collection. Here is the code:
Dim ol As New Outlook.Application
Dim myInspector As Inspector
Set myInspector = ol.ActiveInspector
Set MyCB = myInspector.CommandBars("item")
Any ideas?