S
sreedhardasi
I am writing a Shared COM Add-in for Word and Excel. I am trying to
insert the text in the current cursor's location within the word
document. I got the following code for Excel where it inserts text in
the current active cell.
Dim range As Microsoft.Office.Interop.Excel.Range =
appExcelObj.ActiveCell
range.Value = deValue
How do we do this in Word? Any help is appreciated.
Thanks
insert the text in the current cursor's location within the word
document. I got the following code for Excel where it inserts text in
the current active cell.
Dim range As Microsoft.Office.Interop.Excel.Range =
appExcelObj.ActiveCell
range.Value = deValue
How do we do this in Word? Any help is appreciated.
Thanks