If you're confident with VBA for Excel, you can use OLE automation to handle your workbook with VBS, keeping in mind the few diffs between this two flavors of VB.
Mainly in VBS you can't use typed var nor Goto instruction.
Feel free to do a keyword search in this forum for excel.
i also need some reference to some vbscript that can be used in excel. i use the Response.ContentType = "application/vnd.ms-excel" to display a table in an excell spreadsheet. i also make one of the cells a hyperlink, but the problem i am having is i cannot get the hyperlink to open in a new window. i guess my question is, does excel understand the properties of the html anchor tag? i use the target=_blank, but it still opens in the same window.
something i found today, if you look in c:\program files\microsoft office\office\1033 you will find a load of vba help files. each one is the object model for each application!!!! fantastic
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.