1
Reply

Please convert VBA to c#.Actully it is in VBA MACRO

chetan Allipur

chetan Allipur

Jul 24 2017 1:44 AM
182
Its in VBA Macro code please convert it in to VSTO word c#
 
Here is my code
 
ActiveDocument.AttachedTemplate.AutoTextEntries("z_TOC1").Insert Where _
:=Selection.Range, RichText:=True
 
 

Answers (1)