Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
dave
 
Posts: n/a
Default review toolbar reappears

I searched but did not find this in a topic - so sorry if it has been asked
and answered.

I have a recurring issue where the Review Toolbar appears without me taking
any action. I don't know why, it just does.

I can't recreate a series of events that causes it.

Not a big issue, but really annoying.

Anyone have a solution?

Thanks,

Dave
  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

If this appearing coincides with opening a file...

The Reviewing toolbar in Excel pops up whenever you open a workbook that has
been emailed from within Excel "for review". There may be other ways to
make this happen too. If you do a File, Properties you'll see the custom
file properties that have been added that triggers this.

You can kill the added file properties manually or run the below macro to do
it.

Sub KillReviewingCustProps()
Dim x As DocumentProperties
Dim Counter As Integer
Set x = ActiveWorkbook.CustomDocumentP*roperties
For Counter = x.Count To 1 Step -1
If Left(x.Item(Counter).Name, 1) = "_" Then _
x.Item(Counter).Delete
Next
CommandBars("Reviewing").Visib*le = False
End Sub

--
Jim
"dave" wrote in message
...
|I searched but did not find this in a topic - so sorry if it has been asked
| and answered.
|
| I have a recurring issue where the Review Toolbar appears without me
taking
| any action. I don't know why, it just does.
|
| I can't recreate a series of events that causes it.
|
| Not a big issue, but really annoying.
|
| Anyone have a solution?
|
| Thanks,
|
| Dave


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to prevent "Reviewing" toolbar from "automatically" appearing? FishHead Excel Discussion (Misc queries) 1 March 30th 05 05:00 PM
Is there a way to lock in the toolbar settings?? kydan47 Excel Discussion (Misc queries) 0 March 30th 05 02:13 PM
"work items toolbar" UncleVinny Excel Discussion (Misc queries) 4 December 21st 04 12:59 AM
"Drawing" Toolbar is inactive Deauxx Excel Discussion (Misc queries) 1 December 8th 04 03:03 PM
How do I stop the Reviewing toolbar from showing up in Excel? RickKel Excel Discussion (Misc queries) 2 November 26th 04 05:37 PM


All times are GMT +1. The time now is 10:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"