What are the differences between Visual Basic, VBA and
VBScript? When would it be appropriate to use one as
opposed to another?
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 |
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
Explain about constants in vb script?
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
write a vb script to generate 3*3 matrix
how to check whether link is disabled in QTP??
Anyone have qtp11.0 crack?
Which function allows you to instantiate an object given its programmatic identifier or progid?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Explain about scrrun.dll in vbscript?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
Mention what is select case statement?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...