SilverSN95
07-28-2009, 06:56 AM
Hello,
Recently I have been working on VBA macro in excel that opens an excel template, and then auto-fills fields in the xls based on what inputs have been entered in the initial excel WB.
Now I would like to do the same thing, except the template is a word file. Is there a way I can create fields or something similar in the word file that will allow me to specify exactly where I want to place what data element?
So basically instead of
dest.Range("A1") = source.Range("B1")
I need
dest.Range("A1") = *something similar in word"
I've looked around for a method of doing this but surprisingly I couldn't find anything useful. Any help is appreciated, thanks.
Recently I have been working on VBA macro in excel that opens an excel template, and then auto-fills fields in the xls based on what inputs have been entered in the initial excel WB.
Now I would like to do the same thing, except the template is a word file. Is there a way I can create fields or something similar in the word file that will allow me to specify exactly where I want to place what data element?
So basically instead of
dest.Range("A1") = source.Range("B1")
I need
dest.Range("A1") = *something similar in word"
I've looked around for a method of doing this but surprisingly I couldn't find anything useful. Any help is appreciated, thanks.