Apr 25, 2000 #1 mboswell1 Programmer Apr 25, 2000 1 US Is there a way to execute Word and/or Excel from vbscript?
Jun 13, 2000 #2 Guest_imported New member Jan 1, 1970 0 Yes,<br>Set AnObjectName=CreateObject("WScript.Shell"<br>AnObjectName.Run "WinWord.exe"<br>AnObjectName.Run "Excel.exe"<br>AnObjectName.Run "Calc.exe"<br><br><br> Upvote 0 Downvote
Yes,<br>Set AnObjectName=CreateObject("WScript.Shell"<br>AnObjectName.Run "WinWord.exe"<br>AnObjectName.Run "Excel.exe"<br>AnObjectName.Run "Calc.exe"<br><br><br>
Jun 13, 2000 #3 NickBulka Programmer Aug 10, 1999 832 US You can also use OLE automation, as both Excel and Word are also ActiveX servers. <p>nick bulka<br><a href=mailto: > </a><br><a href= > </a><br> Upvote 0 Downvote
You can also use OLE automation, as both Excel and Word are also ActiveX servers. <p>nick bulka<br><a href=mailto: > </a><br><a href= > </a><br>
Jun 15, 2000 #4 allyeric Programmer Mar 14, 2000 104 CA can this code also be used to run a vb .exe program I wrote? Or do I have to make it into a control? Upvote 0 Downvote
can this code also be used to run a vb .exe program I wrote? Or do I have to make it into a control?
Jun 15, 2000 #5 NickBulka Programmer Aug 10, 1999 832 US Is this in a web page or a desktop script? <p>nick bulka<br><a href=mailto: > </a><br><a href= > </a><br> Upvote 0 Downvote
Is this in a web page or a desktop script? <p>nick bulka<br><a href=mailto: > </a><br><a href= > </a><br>
Jun 15, 2000 #7 NickBulka Programmer Aug 10, 1999 832 US In that case, go to <br><br><A HREF="http://www.serverobjects.com/products.htm#free" TARGET="_new">http://www.serverobjects.com/products.htm#free</A><br><br>and download ASPExec. it's free <p>nick bulka<br><a href=mailto: > </a><br><a href= > </a><br> Upvote 0 Downvote
In that case, go to <br><br><A HREF="http://www.serverobjects.com/products.htm#free" TARGET="_new">http://www.serverobjects.com/products.htm#free</A><br><br>and download ASPExec. it's free <p>nick bulka<br><a href=mailto: > </a><br><a href= > </a><br>