I had this word document in which I had VBA user form embedded.
There are lots of text boxes in the user form
Depending on the user input in the form, I used to insert the values inside the word document at appropriate places
Now, since this macro wont work in browser, I wanted to know if there can be alternative solution where user fills the form and then these values are placed in appropriate location in the word document.
Also, user is prompted to save the document at his location too
I would prefer something simple which can insert into word document directly and there is valdation too
I guess PHP or ASP should do it?
thanks