View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
p3plyr p3plyr is offline
external usenet poster
 
Posts: 15
Default MSXML2.XMLHTTP clear excel cache/memory (?)

hi

after successfully logging in and getting the data i need, employing the
MSXML2.XMLHTTP post method, once the sub ends, and i try to run the sub
again, it acts as if i am still logged in - or something like that - and bugs
out. however, if i exit excel and restart the sub works great.

so somehow excel is 'holding' onto somethin and i want to 'break' the
connection to the site, so to speak, without having to exit and restart excel
all the time.

any ideas?

many thanks in advance