Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-05-2020, 09:12 AM
Logit Logit is offline VBA:  Toggle version of enabling reviewing toolbar via vba? Windows 10 VBA:  Toggle version of enabling reviewing toolbar via vba? Office 2007
Expert
 
Join Date: Jan 2017
Posts: 591
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

I've not worked with WORD .. however, based on the line of code you provided ... try
this :

Code:
Option Explicit

Sub ReviewSel()
    If CommandBars("Reviewing").Visible = False Then
        CommandBars("Reviewing").Visible = True
    Else
        CommandBars("Reviewing").Visible = False
    End If
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Template not read properly even after enabling compatible with latest version ashwini PowerPoint 1 12-17-2014 02:35 AM
Can Word highlight the same text in the Reviewing Pane as in the main document? wordistheword Word 4 09-09-2013 04:50 AM
VBA:  Toggle version of enabling reviewing toolbar via vba? Toggle objects on / off with custom toolbar Milon Word VBA 3 07-23-2013 06:21 AM
VBA:  Toggle version of enabling reviewing toolbar via vba? Tracking changes: Reviewing Pane: Insertions etc: Is it possible to get specific date semiotically Word 1 07-29-2012 03:29 PM
how delete Word reviewing mode craig1000 Word 0 06-25-2010 06:45 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:34 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft