Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 58
Default Add ins for outlook object 11.0

I have written some code that is referencing outlook i.e. open outlook and I
am getting errors. When I go to load the Outlook object 11.0 I don't see this
there. I don't see this on the microsoft site.

How can a write a sub routine with out this? and load it in automatically
for the users that might use this?

Is the there something like Gord Dibben's
Private Sub Workbook_Open()
AddIns ("Analysis ToolPak").Installed = True
End Sub

that will do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Add ins for outlook object 11.0

Try dimming the Outlook object as Type Object instead of type
Outlook.Application, and instantiate it with say

Set OL = CreateObject("Outlook.Application")

instead of

Set OL = New Outlook.Application

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"gbpg" wrote in message
...
I have written some code that is referencing outlook i.e. open outlook and
I
am getting errors. When I go to load the Outlook object 11.0 I don't see
this
there. I don't see this on the microsoft site.

How can a write a sub routine with out this? and load it in automatically
for the users that might use this?

Is the there something like Gord Dibben's
Private Sub Workbook_Open()
AddIns ("Analysis ToolPak").Installed = True
End Sub

that will do this?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I import Outlook email into Excel, as object? Wizard Excel Discussion (Misc queries) 0 May 25th 06 11:27 PM
Outlook 11 Outlook 10 Object Library Compatibility Issues Paul Mac[_4_] Excel Programming 11 May 19th 06 04:27 AM
Outlook - Object Model Guardian Braindeadbeachbum Excel Programming 7 May 10th 06 08:26 PM
Using Outlook Object Libraries V8 & 9 Kevin Excel Programming 2 April 21st 04 03:55 PM
QUICK PLEASE Outlook object Reference name Ussiddiqui[_6_] Excel Programming 1 January 28th 04 09:45 AM


All times are GMT +1. The time now is 07:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"