print excel file

g3jimha

Member
Joined
Jun 23, 2011
Messages
8
Programming Experience
1-3
Hi im trying to print out the contents of my listview box and the whole printing thing using only vb.net seemed far too complicated so ive decided to export the contents of the listview box and open the file which have all been fine using the OS.write and System.Diagnostics.Process.Start. However I was wondering if it was possible to print from an external file, so it can avoid the user really doing anything in excel?

Thanks, Jim

P.s is there also a way to change the column width in excel using vb?

Thanks again, Jim
 
Back
Top