Blog of "The" Office Developer
One of our partners asked around on an internal discussion alias looking for a way to disable the little buttons that appear on the horizontal scrollbar in Word:
The way to disable these buttons is by overriding the Word Commands via an empty VBA macro. You can add the macros to a template or a doc. Here are the macros I tested:
Public Sub ViewWeb()
End Sub
Public Sub ViewNormal()
End Sub
Public Sub ViewPage()
End Sub
Public Sub ViewOutline()
End Sub
Public Sub ReadingMode()
End Sub
Public Sub ViewOutlineMaster()
End Sub
Public Sub ReadingModeMini()
End Sub
Now, the buttons show, but they do not work. Big thanks to Allen on the Word product team for letting me know about this technique.
Rock Thought for the Day: My sons had a better computer than the one I regularly used. Theirs is faster and better in every way. But, I use mine for sound editing with my M-Audio Delta 1010LT card. Very cool card if you want to do home recording. I recently did the ol' switcharoo and ported all of my stuff to their computer and their stuff to my computer. They've been pretty nice to not complain about it.
Rock On
Anonymous comments are disabled