Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Script for hiding Tab Row

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.

Tabrow.png

1 Solution

Accepted Solutions
nagaiank
Specialist III
Specialist III

You may use the following macro

Sub HideTabRow

Set DocProp = ActiveDocument.GetProperties

DocProp.ShowTabRow=false

ActiveDocument.SetProperties DocProp

End Sub

View solution in original post

3 Replies
nagaiank
Specialist III
Specialist III

You may use the following macro

Sub HideTabRow

Set DocProp = ActiveDocument.GetProperties

DocProp.ShowTabRow=false

ActiveDocument.SetProperties DocProp

End Sub

Anonymous
Not applicable
Author

reinstall upgrade v10 SR6, the error is corrected in this release

Anonymous
Not applicable
Author

reinstall upgrade v10 SR6, the error is corrected in this release