Vba, vb.net, vbscript

Eisasuarez

Well-known Member
Joined
Mar 23, 2012
Messages
653
Hi all,

Can you please explain what the difference is between Vba, vb.net, vbscript

i have searched google and cant seem to find a proper explanation

hopefully one of you gurus can explain

many thanks
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
VBA is basically a subset of VB6 and only runs inside a host application (e.g. the Office applications)
VB.Net is the replacement for VB6 and allows you to create compiled executable files.
VBScript is basically an even smaller subset of VB6 that is most commonly used in web pages or as standalone text files (with .vbs extension) which are actually run by the CScript or WScript executables.
 
Upvote 0

Forum statistics

Threads
1,225,653
Messages
6,186,205
Members
453,340
Latest member
yearego021

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top