Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 232
Default Office 2003 Service Pack 2

Since one of the computers on my network has upgraded to the office 2003
service pack 2 on auto upgrade the following procedure no longer works


Dim olapp As Object
Set olapp = CreateObject("Outlook.Application")

the program in question says it can not create the
ActiveX control?
never got this error before the update


if i am using outlook i can use
set olapp = outlook.application


but not when I using excel because I have to use late binding because some
users have 2000 some 2003 some xp.

anybody know why this is or maybe another way to do this?



--
When you lose your mind, you free your life.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Office 2003 Service Pack 2

Hi

Some anti-virus applications have script blockers that don't allow the use of the Outlook.Application object.
Maybe test it without ?




--
Regards Ron de Bruin
http://www.rondebruin.nl


"ben" (remove this if mailing direct) wrote in message
...
Since one of the computers on my network has upgraded to the office 2003
service pack 2 on auto upgrade the following procedure no longer works


Dim olapp As Object
Set olapp = CreateObject("Outlook.Application")

the program in question says it can not create the
ActiveX control?
never got this error before the update


if i am using outlook i can use
set olapp = outlook.application


but not when I using excel because I have to use late binding because some
users have 2000 some 2003 some xp.

anybody know why this is or maybe another way to do this?



--
When you lose your mind, you free your life.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Office 2003 Service Pack 2

I amn having the same problem, the error I get is:

Automation Error The specific module could not be found

I think it must have something to do with SP2...

ben (remove this if mailing direct) wrote:
Since one of the computers on my network has upgraded to the office 2003
service pack 2 on auto upgrade the following procedure no longer works


Dim olapp As Object
Set olapp = CreateObject("Outlook.Application")

the program in question says it can not create the
ActiveX control?
never got this error before the update


if i am using outlook i can use
set olapp = outlook.application


but not when I using excel because I have to use late binding because some
users have 2000 some 2003 some xp.

anybody know why this is or maybe another way to do this?



--
When you lose your mind, you free your life.


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
Office 2003 Service Pack 3 (SP3) Clifford Excel Discussion (Misc queries) 4 December 2nd 08 03:45 PM
Office 2007 compatibility pack on Office 2003 (slow network file fox_mulder33 Setting up and Configuration of Excel 0 January 2nd 08 03:28 PM
Link problems after installing Office Service Pack 3 proefkonijn Links and Linking in Excel 2 November 26th 07 09:51 AM
Loading Office 2003 Service Pack 2 conflicts with Excel Subtotal Steve J. Excel Worksheet Functions 0 November 1st 05 12:18 AM
Reported problems with Office 2000 Service pack 3 Jerry Scannell Excel Programming 0 February 9th 05 10:09 PM


All times are GMT +1. The time now is 06:50 AM.

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

About Us

"It's about Microsoft Excel"