I am attempting to write this program that will open an excel file located in the resource. After looking at youtube tutorials on how to open an excel file located on my computer with vb.net seems easy, but not so much when the file is located in the resource section. I already placed an excel 2010 file inside the resource. Already installed the Microsoft Excel 14.0 object library and the Microsoft.office.interop. Since this program will be tested on a computer that won't have this excel file on it. I would like to keep everything together. Read some threads on this site as well as other sites that somewhat helped. Is this idea even do-able? How hard would it be? Do I need to write code to tell vb.net to create a folder on the computer it would be installing on to put all the files it'll be using in it? If so, how would I go about that? Thanks
↧