Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default SAP Late Binding Problem

I am trying to use SoapClient30 to acces a web service. If I use the
following with a reference set to the Microsoft Office Soap Type Library
v3.0, this works fine:

Dim objSClient As New MSOSOAPLib30.SoapClient30
Set objSClient = New SoapClient30

However, I do not want to make all users have to select the reference, so I
want to late bind. I have tried the following:

Dim objSClient As Object
Set objSClient = CreateObject("MSOSOAPLib30.SoapClient30")

When I do this I get an error that states the "ActiveX component can't be
created."

Any help is appreciated.


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
Late Binding examples of binding excel application HeatherO Excel Programming 13 March 17th 05 08:19 AM
Excel Automation Problem with Late Binding mflorezm Excel Programming 0 November 16th 04 06:03 PM
late binding onto Word problem jason Excel Programming 0 June 24th 04 11:44 AM
Late Binding Cindy Excel Programming 11 April 23rd 04 03:34 PM
EARLY binding or LATE binding ? jason Excel Programming 6 February 26th 04 04:57 PM


All times are GMT +1. The time now is 01:04 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"