![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#8
|
|||
|
|||
![]()
That's something to find out in the debugger. Is oApp valid at that point?
Is there an ActiveInspector object? It's hard to debug when multiple dot operators are used, any break in the chain of instantiated items can cause that error. Are you keeping alive references to things you add that must be global or module level? Unexpected garbage collection is a very common problem with ..NET code, things get collected and no longer are valid object references. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Paul Heinisch" wrote in message ... I did that...but I'm still getting an error message ![]() set to an instance of an object....on this line: Dim cmdBars As office.CommandBars = oApp.ActiveInspector().CommandBars What am I doing wrong? Thanks for your help! Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
re-post: custom button in custom toolbar | stef | Outlook - General Queries | 3 | August 8th 06 11:30 PM |
re-post: custom button in custom toolbar | stef | Outlook and VBA | 3 | August 8th 06 11:30 PM |
custom button in custom toolbar | stef | Outlook - General Queries | 0 | August 5th 06 08:57 PM |
adding coomand bar buttons to inspector window | Ram | Add-ins for Outlook | 4 | May 26th 06 07:16 AM |
add toolbar in inspector contact item | Irene | Outlook and VBA | 1 | February 24th 06 10:23 PM |