Hey guys! I am trying to write a program that will display an excel spreadsheet in Visual Basic. My goal is for the program to display this Work Order Form I have designed in excel and to modify user, date and auto assign a work order number. After that is done I would like to print the excel form. So I guess my questions are:
- How can I display an excel spreadsheet in win forms
- How can I print the spread sheet after it is modified
- Is there a better way I should be doing this
If you have any input or advice on the subject it will be greatly appreciated! Thanks!