OK, so you want to save the 'metadata' the user inputs into the userform. In that case, as per my previous post:
Quote:
saving the data from a userform in an xml format requires you to supply all the relevant xml tags - whose attributes depend on what you're trying to do with the xml
|
That, after all, is all that xml code is - plain text with the appropriate xml tags. Furthermore, xml code doesn't have a format, per se. What you see in xml viewers like I.E. is just the way they've been programmed to display xml code.