Excel to Vb

jamielill

Active Member
Joined
Jul 27, 2009
Messages
286
if you have an Excel vba program is there any way to run this as a stand alone vb program

jamie:nya:
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
if you have an Excel vba program is there any way to run this as a stand alone vb program

jamie:nya:

In a word, yes. But it's not a built-in function. I've taken a couple of my macros and made .exe's and scripts with them.

The VBA functionality will be there, but the excel specific stuff will not. What is it you're trying to create? This is not a simple yes or no type of questions. ;)
 
Upvote 0
I write the code in Excel VBA and then call that code from a Visual Basic .exe file.
By doing that I can then easily automate Access, Word, PowerPoint and MapPoint through Excel VBA - it is sometimes difficult to do that directly from vb, particularly Access.
 
Upvote 0

Forum statistics

Threads
1,225,510
Messages
6,185,386
Members
453,289
Latest member
ALPOINT_AIG

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