I have got a Word Template that uses the several FILLIN field codes that asks the user to enter data and then populates the document with the data entered.
The problem I have is that I would like to use the data entered against each FILLIN field to save the file with a particular standard. But, alas, these field codes cannot be used. I want the document to be saved with the following standard "Invoice No Cust Name Address" and saved to the directory that the template has been opened from.
So I was thinking to use the InputBox method to save the answers of each InputBox and use those.
The question I have is how do I populate things in the document from the InputBox. What I mean is, If I use InputBox to ask for an Invoice No, Cust Name Address, phone number, how can I then update the document to place these values in the appropriate place?
Hope the makes sence.
The problem I have is that I would like to use the data entered against each FILLIN field to save the file with a particular standard. But, alas, these field codes cannot be used. I want the document to be saved with the following standard "Invoice No Cust Name Address" and saved to the directory that the template has been opened from.
So I was thinking to use the InputBox method to save the answers of each InputBox and use those.
The question I have is how do I populate things in the document from the InputBox. What I mean is, If I use InputBox to ask for an Invoice No, Cust Name Address, phone number, how can I then update the document to place these values in the appropriate place?
Hope the makes sence.