F
Fernando Cabral
About my previous question (finding word position (start/end) in a word
document),
a very simple solution would be an assigment that could replace the one
I am using. That is, instead of
s = ActiveDocument.Content.Text ' which does not work
something like
s = ActiveDocument.Content.TextWithEnbeddedStuff
If such a property/method exists, than my program would work
with this single modification.
Thank you
- fernando
document),
a very simple solution would be an assigment that could replace the one
I am using. That is, instead of
s = ActiveDocument.Content.Text ' which does not work
something like
s = ActiveDocument.Content.TextWithEnbeddedStuff
If such a property/method exists, than my program would work
with this single modification.
Thank you
- fernando