You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is defined object with the same name as function name. So this cunstruction is not working xml_RootNode("parentNode").
Private Function xml_RootNode(xml_Node As Dictionary) As Dictionary
Set xml_RootNode = xml_Node
Do While Not xml_RootNode.Exists("parentNode")
Set xml_RootNode = xml_RootNode("parentNode")
Loop
End Function
The text was updated successfully, but these errors were encountered:
Here is defined object with the same name as function name. So this cunstruction is not working xml_RootNode("parentNode").
The text was updated successfully, but these errors were encountered: