What are the differences between Visual Basic, VBA and
VBScript? When would it be appropriate to use one as
opposed to another?

Answer Posted / ranjan garg

Visual Basic is a standalone tool for creating separate
software components such as executable programs, COM
components and ActiveX? Controls. It is useful when
building a specialised 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
customising software that already meets most needs.
VBScript is a lightweight version of the Visual Basic
language designed specifically for use on web pages. While
VBScript can sometimes be used for simple automation, VBA
is the premier technology designed specifically for
application automation.

Is This Answer Correct ?    10 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between sub procedures and function procedures?

520


did any one attended interview in applabs if you had gone through plz tell me the procedure

1856


how does vb script help in web page designing? explain with example.

1584


i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me

1797


Explain about the extension .hta?

625






Which date function is used in the vbscript language to find the difference between the 2 dates?

591


How will you get the exponent of the given number in vbscript?

558


Write a Script for ATM in QTP

3343


I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?

862


Which object is used to work with the database in the vbscript language and what statement is used to create this object?

510


Explain about tristate constants?

587


Mention the rules for using option explicit statement?

482


Explain the functionality of vbscript?

538


What is the difference between for loop and while loop?

550


Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..

2022