View Single Post
 
Old 06-07-2017, 04:02 AM
slaycock slaycock is offline Windows 7 64bit Office 2013
Expert
 
Join Date: Sep 2013
Posts: 255
slaycock is on a distinguished road
Default

Looks like rubberducking has worked again

the error I made is here

Code:
Dim part        As CustomXMLParts
Dim parts       As CustomXMLParts
it should be

Code:
Dim part        As CustomXMLPart
Dim parts       As CustomXMLParts
Reply With Quote