Is there a way to use a template (say a travel form or something business related) and while in VB6 a user can print out the form with user inputs on it.
Printable View
Is there a way to use a template (say a travel form or something business related) and while in VB6 a user can print out the form with user inputs on it.
yes.. but how in depth do you want to get with automation of word? If you create the template and save it as a .dot using word.. everytime you want to use that template, all you have to do is open the .dot file.. it will NOT alter the template, but make the new document follow the template.. So, you could via VB open up this template and display word.. and allow the user to enter their data andprint it out...
You could also automate this process of data entry.. but that get a little more technical than just opening it up for them
-mcd