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



What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to u..

Answer / 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

More VB Script Interview Questions

Explain what is loose binding? Why is it not a good practice to use it?

0 Answers  


Explain vbscript in detail?

0 Answers  


Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript

1 Answers  


write a program to display configuration of a local system with the help of vb script.

0 Answers  


what does create object actually do when you call it in vbscript?

1 Answers   Cap Gemini,






How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...

0 Answers  


Explain the constants in vbscript?

0 Answers  


Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.

0 Answers  


Which function is used in the vbscript language to convert the specified expression into a date type value?

0 Answers  


How can I access an object in another frame?

1 Answers  


Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements

1 Answers   Ignou,


Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..

10 Answers   Amazon, CSC,


Categories