Click here to Skip to main content
15,912,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What will be code for Ms-Excel and Ms-Word prview in Vb.net
Posted

1 solution

You mean to say, opening the excel and word? If I am not wrong in understanding ur question, the following is the code for notepad and excel:

System.Diagnostics.Process.Start("Notepad.exe")
System.Diagnostics.Process.Start("excel.exe")
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900