View Single Post
 
Old 02-23-2016, 06:44 AM
zlodeh zlodeh is offline Windows 10 Office 2013
Novice
 
Join Date: Feb 2016
Posts: 1
zlodeh is on a distinguished road
Default Run-time error '424': Object required

Run-time error '424': Object required

Private Sub makeElementNode(name, ByRef node As IXMLDOMElement, ByRef appendNode As IXMLDOMElement) Set node = dom.createElement(name)
appendNod.appendChild nod here error
End Sub
Reply With Quote