Question Windows Forms Application

jmt60

New member
Joined
Aug 3, 2010
Messages
2
Programming Experience
Beginner
Hi,

I am working on an application where I am converting excel documents to HTML format.
I have my code and am able to see my converted documents in the web browser.
I have an export button on the form.
Here the user can decide to publish the document to the web or save it as a Word document.
Some of the documents are 10 pages or more. But for each document mostly the first 2/3 pages need to be saved as Word documents if necessary.
Within the export button I would like for the user to be able to select which documents they would like to save.
Is it possible to create a function where this is possible?

I appreciate the help.
 
Back
Top