Okay i have a text box and a command button. I want the user to type in an address in the text then click the command button to start up firefox and have it automatically load the address in the label. I got almost all of it to work
Code:
Website = Text1.Text
    Shell ("C:\Program Files\Mozilla Firefox\Firefox.exe Website")
That will start up firefox but with Website as the address instead of the text.
I tried many different ways but cant get it to work. Thanks