chetan Allipur

chetan Allipur

  • NA
  • 413
  • 31.3k

Convert VBA code to Equivalent C# code.

Jul 10 2017 5:07 AM
Here is VBA Code.
 
If cmbhlevels.Value = "1" Then
ActiveDocument.AttachedTemplate.AutoTextEntries("z_TOC1").Insert Where _
:=Selection.Range, RichText:=True
End If
 
Please help me. 

Answers (2)