Where can I learn to convert VBA to VB scripts?

A

Advice Pro

Exsert from 'Wikipedia' (http://en.wikipedia.org/wiki/VB_Script#Uses)

When employed in Microsoft Internet Explorer, VBScript is similar in
function to JavaScript, as a language to write functions that are
embedded in or included from HTML pages and interact with the Document
Object Model (DOM) of the page, to perform tasks not possible in HTML
alone
 
J

JLGWhiz

There is not a lot of difference in the language, but the object model is a
little different and variables are handled a little different. Barnes &
Noble had a book titled VB Script, Programmers Reference that gives a pretty
good breakdown on the differences between VBA and VB Script. I don't know
that there is a direct conversion, as such, since they were designed for two
different purposes.
 

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

Top