Simple question

Dysprositos

Board Regular
Joined
Aug 3, 2002
Messages
92
I have visual basic as an excel addon, version 6.3.

Im assuming this is fully functional?

Im still learning at the moment, ive made myself a userform, and associated the code for it. But how do i create a stand alone application from this?

If this is impossible, then how do i insert my interface into excel?

Thanks in advance.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Thanks for the link.

I checked it out, and although they are very nice examples. I am not yet at that stage. I have a simple userform, but i cant do anything with it.

Ive been told to save three seperate files.
.bas .frm .cls

Im basically wanting to complete my application.
 
Upvote 0
"ive made myself a userform, and associated the code for it. But how do i create a stand alone application from this"

How about posting back with a description of iwhat you wnat your userform to do & such code as you've already got...

Paddy
 
Upvote 0
mmmmkay,

Thanks for your help by the way.

I just want to open several webpages simultaneously, by clicking a button on my desktop.

So far ive gathered that i need a excel workbook, with a macro in it.

SO, for starters, ive got one hyperlink in cell A1. Ive made a button in the visual basic editor. But now id like to stick it in the workbook. Id read somebody's previous post, that it may be possible to minimise the workbook upon opening it, but have the userform still visable.

my code

Private Sub CommandButton1_Click()

Range("A1").Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True

End

End Sub
 
Upvote 0

Forum statistics

Threads
1,213,544
Messages
6,114,239
Members
448,555
Latest member
RobertJones1986

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