Enida-eleni has attended:
Excel VBA Intro Intermediate course
Excel VBA 2003
What are the similarities between VB and Excel VBA?
RE: Excel VBA 2003 and VB
Hi
Visual Basic and Visual Basic for Applications both stem from the same language - Basic, so they have at least a fundamental similarity.
They both have a very similar level of Object Orientation.
The way you address objects and collections of objects, the way you respond to events, call methods and set properties is the same across both languages, although there are slight variations in the specific names of events or properties but in general they are almost the same.
There is a major difference between VB and VBA: a VB application is launched as an application in its own right, whereas the VBA program has to be launched by the host application eg Excel VBA.
Hope this answers your question
Carlos
RE: Excel VBA 2003 and VB
Thank you Carlos,
This is helpful. I think I will take it slowly, start with VBA and then move on to VB.
Thanks,
Eleni
RE: Excel VBA 2003 and VB
Good Luck
Carlos