word-field Questions
3
Solved
Currently, if I create a Word Document Template with fields, and then fill them using C#, I do it similar to this...
object missing = Type.Missing;
Word.Application app = new Word.Application();
W...
Lanellelanette asked 16/10, 2014 at 16:6
5
Solved
I have an CV and would like to automatically update my age when opening. So, what formula should I insert in a MS Word field?
Something like: {= {DATE} - {"01/01/1983"} }
Lyontine asked 27/4, 2010 at 14:14
1
Solved
This one has me puzzled. It seemed like an easy task, but the solution eludes me:
- How do you substring a merge field in a Word template used for mail merging?
For example, I have something like ...
Stalagmite asked 15/12, 2008 at 8:22
1
© 2022 - 2024 — McMap. All rights reserved.