whats the difference between VB and VBA?

iknowu99

Well-known Member
Joined
Dec 26, 2004
Messages
1,158
Office Version
  1. 2016
I am still learning about the programming side, I would like to know what is the primary difference between VB .NET and VBA? I have not done VB.NET before but I might be asked to do some new project and I am not familiar...from what I understand it is tied to Oracle? please elaborate? thank you:)
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Upvote 0
thank you. good read with variety of people with dif skill levels.

When can we expect to have VBA create stand alones? it seems like this is the only significant downfall of VBA...and even then exe files are for windows OS and most Windows OS have office anyways...just chatting to myself here:)

I'm still trying to understand, what is the .Net advantage over VBA? there are numerous .NET Frameworks that have been installed on my WindowsXP from the AutomaticUpdates...I'm wondering what kind of libraries are these, and what new things are the .NET developers using that we dont see in VBA?
 
Upvote 0
When can we expect to have VBA create stand alones? it seems like this is the only significant downfall of VBA...and even then exe files are for windows OS and most Windows OS have office anyways...just chatting to myself here:)

VBA will never create stand-alone apps; it's designed to work in the context of the application that it comes with.

I'm still trying to understand, what is the .Net advantage over VBA? there are numerous .NET Frameworks that have been installed on my WindowsXP from the AutomaticUpdates...I'm wondering what kind of libraries are these, and what new things are the .NET developers using that we dont see in VBA?

.NET is a much broader (and more general) development framework than VBA, because it lets you create stand-alone desktop or web-based applications. You can use VB.NET or C# to build .NET apps, and just one of its capabilities is being able to automate Office applications, using a toolset called VSTO. If you mostly work in non-Office environments and need to occasionally do stuff with Excel (for instance), use .NET. If you work mostly or entirely in Office applications, and don't need to create stand-alone apps, stick with VBA.

Denis
 
Upvote 0

Forum statistics

Threads
1,225,521
Messages
6,185,461
Members
453,294
Latest member
mpfred6

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