
write EXCEL Workbook from ASP
There is no such thing a VBScript specific documentation for Excel or any other Office application. The only documentation is in the context of VBA. It really isn't that difficult to translate from VBA to VBScript.
FWIW...
Q257757 - INFO: Considerations for Server-Side Automation of Office
http://support.microsoft.com/support/kb/articles/Q257/7/57.ASP
Which states clearly that Microsoft does *NOT* recommend or support server-side automation of Office applications...
--
Michael Harris
Microsoft.MVP.Scripting
--
thanks for your reply. But that doesn't cover my needs.
(I don't have VBA, I have vbScript.)
===================================================
What I need is the COMPLETE list of all properties.
===================================================
(The settings I have to do with XML and that is working
fine. The only thing is, that I don't know what settings
are available.
Please can a MICROSOFT PROFESSIONAL help me?
Thanks a lot
Urban
Quote:
>-----Original Message-----
>http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/odeopg/html
Quote:
>/deovrusingcurrentregionusedrangeproperties.asp
>> I generate Excel Workbooks from ASP with
>> Response.ContentType = "application/vnd.ms-excel"
>> I was guided to this newsgroup from microsoft online-
>> concierge.
>> I nee a COMPLETE documentation of all properties of a
>> excel-workbook from an ASP-Script. I know how to format
a
>> font etc.
>> But I just need to know, where I can find a complete
>> documentation, nothing else.
>> Thanks a lot
>> Urban
>.