ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   XML Mappings to VBA (https://www.excelbanter.com/excel-programming/344351-xml-mappings-vba.html)

Koketso Mashao

XML Mappings to VBA
 
Hi Guys,

Is there a way to map xml tags to controls like Checkboxes,Comboboxes in
excel. I want to extract the data into xml.

Another thing is I have this huge project where I have to convert an online
wb app into an offline excel app. Are there any black spots i need to be
aware of?

Regards

Stephen Bullen[_4_]

XML Mappings to VBA
 
Hi Koketso,

Is there a way to map xml tags to controls like Checkboxes,Comboboxes in
excel. I want to extract the data into xml.


Not directly, but you can set the controls' linked cell so it writes its
values to a cell, then map that cell to an xml tag.

Another thing is I have this huge project where I have to convert an online
wb app into an offline excel app. Are there any black spots i need to be
aware of?


I guess that depends on the design of the web app. If it uses lots of complex
web services, you might struggle to consume them through the Excel web
services toolkit.

Regards

Stephen Bullen
Microsoft MVP - Excel

Professional Excel Development
The most advanced Excel VBA book available
www.oaltd.co.uk/ProExcelDev



Koketso Mashao

XML Mappings to VBA
 
The Web app is a financial web app..I don't utilize any webservices. It's
tjust that it has 55 parts to it the web app...So i was wondering if excel
can handle that complexity without crashing?

Regards

Stephen Bullen[_4_]

XML Mappings to VBA
 
Hi Koketso,

The Web app is a financial web app..I don't utilize any webservices. It's
tjust that it has 55 parts to it the web app...So i was wondering if excel
can handle that complexity without crashing?


Excel can certainly handle that much - the rest depends on how well you code
it <g.

Regards

Stephen Bullen
Microsoft MVP - Excel

Professional Excel Development
The most advanced Excel VBA book available
www.oaltd.co.uk/ProExcelDev




All times are GMT +1. The time now is 12:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com