Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can any one help me with the code to hide the tab row in a document please. I want to write a macro which will activate the HIDE TABROW option in a document.
You may use the following macro
Sub HideTabRow
Set DocProp = ActiveDocument.GetProperties
DocProp.ShowTabRow=false
ActiveDocument.SetProperties DocProp
End Sub
You may use the following macro
Sub HideTabRow
Set DocProp = ActiveDocument.GetProperties
DocProp.ShowTabRow=false
ActiveDocument.SetProperties DocProp
End Sub
reinstall upgrade v10 SR6, the error is corrected in this release
reinstall upgrade v10 SR6, the error is corrected in this release