Display saved Excel Workbook from Button Click Event in vb.net

Joined
Oct 23, 2012
Messages
29
Reaction score
0
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top