Thursday, December 04, 2003

Reviewing Toolbar - Microsoft Word Forums - WordForums.com // Microsoft Word Forum // Free Microsoft Word Help and Support: "Sub ReviewDisable()
System.Cursor = wdCursorIBeam
If MsgBox('Click Yes to disable Reviewing toolbar.' & vbCr & _
'Click No to re-enable.', vbYesNo, 'Disable Reviewing
toolbar') = vbYes Then
CommandBars('Reviewing').Enabled = False
Else
CommandBars('Reviewing').Enabled = True
End If
End Sub

Copy and paste it into the Immediate Windows of the Visual Basic (Macro)
Editor."

No comments: