square brackets

Hi all,

Do you know how to hide the square brackets that surround Word bookmark view objects? I can hide the XML tags but it is a mystery for me how to hide the square brackets.

Thanks,

Martin Kulov

http://www.codeattest.com/blogs/martin

[1091 byte] By [MartinKulov] at [2008-2-15]
# 1
Hi Martin,

It is an option to show the brackets. They is can be changed in the Menu:

Tools->Options, Tab 'View' upper section under 'Show'. There is a checkbox 'Bookmarks'. Disable that one and your brackets are gone when you close de Options dialog.

In code you can switch the state:
ActiveWindow.View.ShowBookmarks = True

-= Maarten =-
http://blogs.officezealot.com/maarten

MaartenvanStam at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2

Thanks, Maarten

MartinKulov at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...