Read Write Word Hyperlinks

  • Thread starter Thread starter SurferJoe
  • Start date Start date
S

SurferJoe

The original posting "RE: Read Write Hyperlinks
Microsoft.Office.Interop.Word" has been languishing from lack of attention!

Please see my detailed posting of 8/14/2007 9:53am under the original
subject, I need further assistance, this problem is not solved.



Thanx in advance,





Greg

C# newbie
 
SurferJoe said:
The original posting "RE: Read Write Hyperlinks
Microsoft.Office.Interop.Word" has been languishing from lack of attention!

Please see my detailed posting of 8/14/2007 9:53am under the original
subject, I need further assistance, this problem is not solved.

I can't rule out that someone would come along and see your question now
without having seen the earlier one, _and_ be able to answer it.

But typically, as you can see from the high volume of traffic in the
newsgroup, if someone knows the answer to a question they will answer
it. If you have not received an answer, it's because no one knows it
(or someone does but you made them not like you for some reason...I
don't think that's what's going on in your case though :) ).

For what it's worth, I don't have an answer to your question, but I can
tell you that when I'm trying to figure out automation tasks in Word (or
Excel or similar), I start from the UI, create a document that looks how
I want, and then write app-interop code to reverse-engineer the document
and figure out how that document can be represented (and thus modified)
in code.

So given that no one here knows the answer to your question, that might
be something for you to try.

Pete
 
Back
Top