i'm building an xml generator in vba (within excel), how can i get the encoding declaration to appear as the first line?
<?xml version="1.0" encoding="ISO-8859-1" ?>
please help
thanks!
Printable View
i'm building an xml generator in vba (within excel), how can i get the encoding declaration to appear as the first line?
<?xml version="1.0" encoding="ISO-8859-1" ?>
please help
thanks!
Hard code it...