XML parser error in access VBA

R

ruby

Why do I get a "run time error 424: Object Required"
message in the second last line when I run the following:

Private Sub Command_Click()
Dim objAdminSvc2 As New clsws_AdminServices
Dim objNodeList As MSXML2.IXMLDOMNodeList

Set objNodeList = objAdminSvc2.wsm_getUsers

End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top