Re: How to prevent Reviewing Toolbar from appearing constantly?



I assumed that you knew that you could paste the code Bob gave you into the
window that opens when you double click ThisWorkbook. To answer your
question, the workbook open event is somewhat present but just the first and
the last line, in that window that opens if you would have followed my
instructions there is a dropdown, default is General but you can select
Workbook from there and when you do you'll get this

Private Sub Workbook_Open()

End Sub

your code would go in there, bust since Bob gave you all the code you could
just paste it into the blank window without selecting from the dropdown
first

then on the right hand side you can see the different events that are
available, obviously you must put in the code that you want the event to
execute

Of course Personal.xls has to be created first, it's not there by default


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"Barb Reinhardt" <BarbReinhardt@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5FED2D0B-C235-42C8-AD31-8DB895FE709C@xxxxxxxxxxxxxxxx
That wasn't the question. Is the workbook_open event present in the
personal.xls workbook by default, or must I add it to the personal.xls
workbook to do what was suggested previously?

"Peo Sjoblom" wrote:

Alt + F11, in the project pane to the left find the personal.xls and
double
click ThisWorkbook


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"Barb Reinhardt" <BarbReinhardt@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message
news:738C6711-ADBD-422F-9566-9A1EBBDE44E9@xxxxxxxxxxxxxxxx
Bob, where do you find the Workbook_Open event in the personal.xls
file?

"Bob Umlas, Excel MVP" wrote:

in your personal.xls file's Workbook_Open event, hide the toolbar:
Private Sub Workbook_Open()
Application.CommandBars("Reviewing").Visible = False
End Sub

"korrye" wrote:

Reviewing toolbar reappears everytime Excle is opened. How do I
prevent that
from happening?





.



Relevant Pages

  • Re: personal.xls problem
    ... In the Project window, ... Close VBA editor, save Personal.xls ... this workbook normally open in hidden mode. ... >> workbook i open also opens the file personal.xls. ...
    (microsoft.public.excel.misc)
  • Re: access data from a closed wb protected with password without o
    ... Maybe you could hide that workbook's window. ... for each mywin in wkbk.windows ... don't save that workbook with the windows hidden. ... opens does not flash on the screen but it shows in the tool bar at the time ...
    (microsoft.public.excel.programming)
  • Re: Open several workbooks in their own window
    ... separate window--not a separate instance of MSWord. ... The open the two files and arrange/drag the second window to the second monitor. ... After launching the second Excel instance, and beginning a second workbook, ... to how MS Word opens a new window for each document. ...
    (microsoft.public.excel.misc)
  • Re: Bizarre macro problem
    ... The workbook opens but that is as far as it gets. ... The macro is quite long so I have just ... "Bob Phillips" wrote: ...
    (microsoft.public.excel.programming)
  • Re: Hide a Workbook
    ... If a workbook is saved when it is hidden it will open hidden. ... opens hidden it will not be the active window. ... False will operate on another window. ... | the cells update, but then both of the documents are hidden. ...
    (microsoft.public.excel.programming)

Quantcast