Link to home
Start Free TrialLog in
Avatar of denam
denam

asked on

VB, VBA, VBScript?

I am going to be building an application in VBA soon.
I've used VB a bit and VBSript quite a bit.  I really don't
know how much different VBA is from VB.  Does anyone know of any good sites that talk about the differences?  Especially,
I'd be interested in good online VBA references/tutorials.

thanks much,
Dena
Avatar of Dreamn3d
Dreamn3d

hi, while i've never found much use for vba compared with vb this site has some interesting articles and may have the help you're looking for.

http://www.smsb.demon.co.uk/

Hope this helps,
Jesse
ASKER CERTIFIED SOLUTION
Avatar of DarrenJ
DarrenJ

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of denam

ASKER

Is there any rule of thumb regarding when to use VBA and when to use VB?

Dena
Well if your writing an application to run under Windows you would use Visual Basic.

But if you want to add extensions to Word/Excel you would use VBA.

With web pages (ASP, Client Side Script) you HAVE to use VBA.
Avatar of denam

ASKER

Thanks Jesse and Darren, this is what I needed to know.

Dena