G
GADOI
Hello:
in vb.net 2005, I am sucessful in opening word.
My objective is to have a series of buttons that will insert text in word.
My word document is opened from a template that contains our letter head and
two picture boxes that contain information. The pictures boxes are below
the header.
1) I would like to insert text below the bottom of the picture boxes. How
can I do that. How do i know where they end.
2) If I insert various paragraphs of text in sequence by clicking buttons,
how can i refer back to a paragraph and delete it or format it. My guess is
that the paragraph object has an array index and I would specify that
paragarph's range and format it or delete it ?
-- I tried an approach using bookmarks but that does not seem to be flexible
enough for me.
Thanks for your suggestions.
in vb.net 2005, I am sucessful in opening word.
My objective is to have a series of buttons that will insert text in word.
My word document is opened from a template that contains our letter head and
two picture boxes that contain information. The pictures boxes are below
the header.
1) I would like to insert text below the bottom of the picture boxes. How
can I do that. How do i know where they end.
2) If I insert various paragraphs of text in sequence by clicking buttons,
how can i refer back to a paragraph and delete it or format it. My guess is
that the paragraph object has an array index and I would specify that
paragarph's range and format it or delete it ?
-- I tried an approach using bookmarks but that does not seem to be flexible
enough for me.
Thanks for your suggestions.