Hello there, would appreciate little help from you guys! I think it would be of great help to me if we solve this !
The thing is I got a job and am learning VBA with macros in Excel 2000 using WinXP Pro x64.
I got an assignment to update one xls file database table using an xml database that is being created from an another xls database file.
Now I made a macro to export an xls into xml, but the problem is I can not get to open the xml in IE6 or Firefox 3.6 because of false formating of the xml database.
I get this error in IE6 when trying to open it:
I know the problem persists when trying to parsing the cell header name (which contains spaces between words), but I can not get the problem solved.
As I am new in this VBA and Macro programing I would appreciate your help.
If any more info you need, I will certainly provide.
This is a task of emergency that I need (but dont know how) to solve.
P.s. Sorry for any missunderstood statements, I'm from Croatia and not that good in english grammar. :/
<table width="400"></table>
The thing is I got a job and am learning VBA with macros in Excel 2000 using WinXP Pro x64.
I got an assignment to update one xls file database table using an xml database that is being created from an another xls database file.
Now I made a macro to export an xls into xml, but the problem is I can not get to open the xml in IE6 or Firefox 3.6 because of false formating of the xml database.
I get this error in IE6 when trying to open it:
And the same try in Firefox 3.6:The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
<hr> Missing equals sign between attribute and attribute value. Error processing resource 'file:///D:/Documents and Settings/ilb...
Prstasto glodalo D2.5 R1.2 z3
------------^<table width="400"></table>
These files are being used only in the INTRANET of the company, so it won't be an online web application.XML Parsing Error: not well-formed
Location: file:///D:/Documents%20and%20Settings/ilbarisi/Desktop/Ivan%20-%20backup/wip/rezultat.xml
Line Number 3, Column 13:
Prstasto glodalo D2.5 R1.2 z3</puni>
------------^
I know the problem persists when trying to parsing the cell header name (which contains spaces between words), but I can not get the problem solved.
As I am new in this VBA and Macro programing I would appreciate your help.
If any more info you need, I will certainly provide.
This is a task of emergency that I need (but dont know how) to solve.
P.s. Sorry for any missunderstood statements, I'm from Croatia and not that good in english grammar. :/
<table width="400"></table>