Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a reference that can be checked that will allow WScript.echo to work
from VBA? I'd really like to have the entire VBA/VBE environment work on any VBS code. And show errors that would occur as if I were running the VBS file standalone. (but getting WScript.echo to not return a run-time error would be a start) -- Regards, John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you find an answer to this problem, please forward the answer to
I too am VERY eager to do the same things! Sincerely, Christmas May "John Keith" wrote: Is there a reference that can be checked that will allow WScript.echo to work from VBA? I'd really like to have the entire VBA/VBE environment work on any VBS code. And show errors that would occur as if I were running the VBS file standalone. (but getting WScript.echo to not return a run-time error would be a start) -- Regards, John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What do you want to do in VBscript which you can't just implement in VBA ?
-- Tim Williams Palo Alto, CA "Christmas May" wrote in message ... If you find an answer to this problem, please forward the answer to I too am VERY eager to do the same things! Sincerely, Christmas May "John Keith" wrote: Is there a reference that can be checked that will allow WScript.echo to work from VBA? I'd really like to have the entire VBA/VBE environment work on any VBS code. And show errors that would occur as if I were running the VBS file standalone. (but getting WScript.echo to not return a run-time error would be a start) -- Regards, John |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use the VBE from Excel to test pure VBS scripts. (I HATE the
microsoft-script editor that forces you to use HTML sandwiched code). I was able to get around my initial issue because "msgbox" works in VBscript. It would however be really nice to be able to flip a switch that would make the VBE accept only VBS coding. Maybe by setting up a certain reference would do the trick? -- Regards, John "Tim Williams" wrote: What do you want to do in VBscript which you can't just implement in VBA ? -- Tim Williams Palo Alto, CA "Christmas May" wrote in message ... If you find an answer to this problem, please forward the answer to I too am VERY eager to do the same things! Sincerely, Christmas May "John Keith" wrote: Is there a reference that can be checked that will allow WScript.echo to work from VBA? I'd really like to have the entire VBA/VBE environment work on any VBS code. And show errors that would occur as if I were running the VBS file standalone. (but getting WScript.echo to not return a run-time error would be a start) -- Regards, John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Name via 1. API, 2. Enviornment, 3. WScript.Network | Excel Programming | |||
Newbie: Can't delete to left with WScript | Excel Programming | |||
using WScript.CreateObject("Wscript.Shell | Excel Programming | |||
Office 2003 not able to run wscript?? | Excel Programming | |||
WScript object not found (???) | Excel Programming |