View Single Post
  #2   Report Post  
Greg
 
Posts: n/a
Default

Format the entire row as hidden text and don't display hidden text in
ToolsOptionsView

Sub Test()
Selection.Tables(1).Rows(?).Range.Font.Hidden = True
End Sub

Replace "?" in the code above with the row number you want to hide.