73
edits
Changes
m
→Multiple Profile Method: bug in code was creating entries with "Profile" instead of "profile" (wrong case)
Dim objDOMHosts, objNode, strName, objAttrib
Set objDOMHosts = CreateObject("Microsoft.XMLDOM")
Set objNode = objDOMHosts.createElement("Profileprofile")
objNode.setAttribute "id", strValue
if not (objParentNode is nothing) then