access97to2000
Programmer
why do we use vba over vb? are there any specific reasons ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Absolutely true, but then it has to be that way. Anything that you can do in VBA can be done in Excel, can be done in Access, can be done in VB.SkipVought said:Anything that you can do in VBA, can be done in VB. The reverse is not true.
Visual Basic is a stand-alone tool for creating separate software components, such as executable programs, COM components and ActiveX® Controls, and is useful when you must build a specialized solution from scratch.
VBA offers the same powerful tools as Visual Basic in the context of an existing application, and is the best option for customizing software that already meets most of your needs.
VBScript is a lightweight version of the Visual Basic language, and is designed specifically for use on Web pages. While scripting can sometimes be used for simple automation, VBA is the premier technology designed specifically for application automation. Unlike VBA, VBScript does not have an IDE.