Hi,
Try this
dim appli as new Excel.Application
'Excel will be visible, select false if you don't want
appli.visible = true
appli.displayAlerts=false
'If a template exists
Appli.Workbooks.Add App.Path & "\Spread.xls"
'Or
Appli.Workbooks.Add
appli.cells(1,1)="Test"...
Hi all,
I need a big help !
I try to send an xml formated message with the following method :
Set xmlhttp = Server.CreateObject("MSXML2.DOMdocument.4.0") ' the MS parser HTTP component
xmlhttp.Open "POST",sURL, false, sUser, sPass
xmlhttp.setRequestHeader...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.