WScript.Echo... VBA Reference?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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)
 
If you find an answer to this problem, please forward the answer to
(e-mail address removed) I too am VERY eager to do the same things!

Sincerely,

Christmas May
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Output a string to the console? 6
VBS/VBA difference 3
VBScript iExpress Question 1
Vista Architecture 3
Windows XP Run VBS remotely 0
DFS node status checking 0
VBA to VBS Translation - References 4
win32_pingstatus 3

Back
Top