View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MarskiZ MarskiZ is offline
external usenet poster
 
Posts: 1
Default Excel 2003, XML, databases and macros

I'd need to export data from xlsheet to a database, which is based on SOAP ie. XML. Is it possible to write a macro using .NET, which communicates with db and excel sheet? Database is in .db-form. In the previous versions of Office it hasn't been possible to digitally sign macros including XML. Has this changed since the XML is crucial part of VB .NET programming?

Thanks for help!