I'm trying to make a toolbar type menu that will open certain programs on my computer when I click on the corresponding command button. I've tried this and don't know what im doing wrong. Please help, sorry if this is a dumb question.

Private Sub Command1_Click()
Open "C:\Program Files\Macromedia\Fireworks MX\Fireworks.exe" For Output As #1
End Sub

That doesnt work, what am i supposed to do?