Code:
oWord.ActiveDocument.Range.InsertAfter(defword)
oWord.ActiveDocument.Range.InsertAfter(" -" &
defdef & vbNewLine)
How can I get the defword to be underlined while leaving the rest
without an underline?
Thanks in advance.
-Mihir
P.S.: I originally posted this in
microsoft.public.dotnet.framework.interop, where someone suggested I
post here.
Archived from group: microsoft>public>vb>ole>automation