J
John
I have an application that open a work template (dot file) and insert some
value to each of bookmarks in the document. The the document is saved. There
is not any form and no any control for this application. Now I want to insert
a checked box into the template but don't know how to do so. What can I do
now is something like following,
oDoc.Bookmarks.Item("SomeBookMarkName").Range.Text = "X"
Can someone help to let me know how to insert a checked checkbox into the
bookmark of the template (I don't mind if you say to change either template
or code.
Thanks
Please cc to (e-mail address removed) if do post.
John
value to each of bookmarks in the document. The the document is saved. There
is not any form and no any control for this application. Now I want to insert
a checked box into the template but don't know how to do so. What can I do
now is something like following,
oDoc.Bookmarks.Item("SomeBookMarkName").Range.Text = "X"
Can someone help to let me know how to insert a checked checkbox into the
bookmark of the template (I don't mind if you say to change either template
or code.
Thanks
Please cc to (e-mail address removed) if do post.
John