Thread
:
VBA to save word user form value to xml
View Single Post
06-13-2015, 02:35 PM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
You could change:
StrXML = "<metadata>" & vbCrLf
to:
StrXML = "<?xml version="1.0" encoding="UTF-8" standalone="yes"?>" & vbCrLf & "<metadata>" & vbCrLf
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod