Closed Thread
Results 1 to 4 of 4

XML Mappings to VBA

  1. #1
    Koketso Mashao
    Guest

    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

  2. #2
    Stephen Bullen
    Guest

    Re: 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



  3. #3
    Koketso Mashao
    Guest

    Re: 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

  4. #4
    Stephen Bullen
    Guest

    Re: 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



Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1