我们是否需要在Excel .xlam插件中处理对象?

时间:2012-07-21 11:02:55

标签: vba excel-vba excel

假设我们有以下代码

'Call service
Set xmlhttp_ = CreateObject("MSXML2.xmlhttp")
xmlhttp_.Open "GET", url, False
xmlhttp_.send
result = (xmlhttp_.responseText)

sendRequest = result

我们是否需要在使用后处理xmlhttp_

1 个答案:

答案 0 :(得分:2)

它应该在超出范围时自动处理。请参阅Matthew Curland的回复:

https://groups.google.com/forum/?hl=en&fromgroups#!topic/microsoft.public.dotnet.languages.vb/3pw-TGc9PSo