Use of Visual Basic 2010 and 2010 Express with Excel

thetexan

New Member
Joined
Apr 4, 2013
Messages
6
I want to use my Visual Basic 2010 Express to interface and control Excel 2010. Can this be done. I know VBA comes on-board with Excel but it has limited controls. VB1010 and VB2010E both have much more functionality and controls.

So the simple question is...can I use VB2010Express in much the same way as the on-board VBA to create user interfaces with Excel 2010?

Now...if yes...please point me in the right direction for info on the coding necessary to do so.

thank you,

tex
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Depends on what you mean by "much the same way"! You can create office add-ins using Visual Studio but you cannot really integrate VB into Excel the same way VBA is.
 
Upvote 0
Depends on what you mean by "much the same way"! You can create office add-ins using Visual Studio but you cannot really integrate VB into Excel the same way VBA is.

First, I would like to have the ability to use any of the VB2010Express controls in their toolbox.

I would like to completely manipulate excel's functionality, such as formulas, charting, etc from the user interface I create with VB2010E. That is the simularity Im refering to.

It may be that VB2010E works as a separate application that calls and used the Excel program behind the scenes. But I can create a much more complex user interface with VB2010E. I just want to know if that is doable or not.

thanks
tex
 
Upvote 0
It is certainly doable. :)
 
Upvote 0
ADVERTISEMENT
It is certainly doable. :)

That's great to know. I learn best by studying and experimenting so if you can point me to some resources on interconnectivity between VB2010 and VB2010E and Excel I would greatly appreciate it.

tex
 
Upvote 0
I would have a look at Microsoft's MSDN and its forums.
 
Upvote 0
I would have a look at Microsoft's MSDN and its forums.
 
Upvote 0

Forum statistics

Threads
1,196,277
Messages
6,014,406
Members
441,818
Latest member
itsfaisalkhalid

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