JavaScript for VBA coders
This page assumes you've some basic background, such as
A general understanding of WWW and good working knowledge of HTML.
Some programming experience with Excel VBA(Visual Basic Applications).
JavaScript is a vary compact scripting language(object-based) for developing client and server Internet applications.
If you've already know Excel VBA, learning JavaScript is NOT so hard.
The objects between XL and Web browser are different, but basic syntax and statements are very similar.
From the following table, you will learn how to write JavaScripts code like writing VBA code. :)
Please Note: To send the VBA code in to your VBE, please change your Security settings about ActiveX controls.
On main menu bar of IE, select Tools > Internet Options > Security Tab > Custom Level > Download Unsigned Active X controls > Enable
To be continued...