thanks for that reply.
I've made the form in
vb now and i want to open excel and eventually the excel file when i click a button. But i can't get it to work (compile error - sub or function not defined) i'm a bit new to
vb so i guess this will be a n00b question, but what i'm i doing wrong?
Private Sub Command1_Click()
AppExecute Command:="Excel"
End Sub
Cheers Arie