View Single Post
 
Old 04-05-2020, 08:30 AM
Conall Kavanaugh Conall Kavanaugh is offline Windows 7 32bit Office 97-2003
Novice
 
Join Date: Apr 2020
Posts: 4
Conall Kavanaugh is on a distinguished road
Default VBA: Toggle version of enabling reviewing toolbar via vba?

Good Morning from in-home isolation due to Covid-19! My first day on the forum. Hope it's a simple question.

I did a macro record to see how to get the Reviewing toolbar into my MS Word. The vba that came up was this:


CommandBars("Reviewing").Visible = False


In the past, I have received kind help in a couple of other scenarios re how to substitute 2 buttons (one true and one false) with one universal toggle button so that it was a one-stop shop type of affair. It just needed different coding. I've searched and searched on the net but haven't found a solution.

If anyone knows, can you please advise what it might be for the above syntax so that I can just avoid clicks and proceed directly to turning the toolbar on and off via one button click accessed via a single macro?

Thank you!



(Word 2003, Win7)

Last edited by Conall Kavanaugh; 04-05-2020 at 08:31 AM. Reason: Versions re Word + OS didn't appear in screen; added in post.)
Reply With Quote