i have a problem that have been searching for a solution for it for a long time,
i am programming windows application with an interface, my problem is that when you do the RUN there's button , when you click it , it should open excel workbook that is already saved
to make it more clear, if we wanted to open form from inside another form button then the code line will be
Shell(System.Windows.Forms.Application.StartupPath & "\Path.exe", AppWinStyle.NormalNoFocus)
but when i want to open excel workbook then whats the function to call ?????
ps. all VB.Net 2008
i am programming windows application with an interface, my problem is that when you do the RUN there's button , when you click it , it should open excel workbook that is already saved
to make it more clear, if we wanted to open form from inside another form button then the code line will be
Shell(System.Windows.Forms.Application.StartupPath & "\Path.exe", AppWinStyle.NormalNoFocus)
but when i want to open excel workbook then whats the function to call ?????
ps. all VB.Net 2008