Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Not getting the values

Hi folks,
i haven't done excel programming for years but now i have to make a simple
excel add-in and getting mad.

My Code is:
Dim loginHttpRequest As XMLHTTP40
Set loginHttpRequest = New XMLHTTP40
loginHttpRequest.Open "GET", URL, True, LoginInfo.loginUid,
LoginInfo.loginPwd
loginHttpRequest.setRequestHeader "SOAPAction",
Configuration.MY_SOAPACTION
loginHttpRequest.setRequestHeader "MY_CALLER_APPLICATION_NAME",
Configuration.MY_CALLER_APPLICATION_NAME

loginHttpRequest.send

== until here the code runs well...
MsgBox (loginHttpRequest.statusText)
== This message box is empty although loginHttpRequest.statusText is
filled with a value

If i run this code in debug mode i get the value
If i run it without debugging the msgbox is skipped

If i try to get it into a String like tmp = loginHttpRequest.statusText, tmp
has as value "" after.

Has anyone had the same experience too and what did he do against it?

Thnx in advance

Michael


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
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row Sam via OfficeKB.com Excel Worksheet Functions 5 February 9th 08 03:07 AM
Why does this code remove Duplicate Values, by showing only 1, but it does NOT show Unique values for some reason ? Corey Excel Programming 4 February 23rd 07 02:00 AM
Search/Filter to find values in another range based on two cell values Andy Excel Programming 2 April 29th 04 04:08 PM
How do I search thr'o column and put unique values in differnt sheet and sum corresponding values in test test Excel Programming 3 September 9th 03 08:53 PM
Predict Y-values on new X-values based on other actual X and Y values? NorTor Excel Programming 2 August 10th 03 03:08 PM


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