Re: How do you get rid of the twisted Word paper-clip?

Tech-Archive recommends: Fix windows errors by optimizing your registry



You can also put this line in an AutoExec() macro

Assistant.Visible = False

If you don't have one yet, the entire macro would be

Sub AutoExec()
' This kills 'clippy'
Assistant.Visible = False
End Sub

This runs every time I start Word. I must say, one of my pet peeves it the
implication the programmers think I am dumber than a bent wire.
Jim Tortorelli

"JoAnn Paules [MVP]" <jl_paules@xxxxxxxxxxxxxxxxx> wrote in message
news:eITm2IVVHHA.3568@xxxxxxxxxxxxxxxxxxxxxxx
It will make you happy to know that Clippy died when Office 2003 was
released. Me he rest in peace.

1. Right click on the assistant
2. Select Options
3. On the Options tab uncheck the box beside Use the Office Assistant

--

JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375




"Gonzague" <Gonzague@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9EC1A2BB-BC51-423F-AD68-D568F53FF817@xxxxxxxxxxxxxxxx
When I want to fiddle under the bonnet of a computer and do some hard
programming, I focus my mind for the job and do it with pleasure.
When I am hard at writing text on platforms made accessible to the vulgus
mobile, I have no appetite for sifting through the morass of irrelevant
trivia the Masters of your Minds have put in my way, as some
drip-awakening
tweasers. One of them shows as an all seeing paper-clip on a stick-on
note.
It keeps jumping about the screen, always sucking the creative juices
dry.
Not good.
OK?





.



Relevant Pages

  • RE: when converting to mde vba code does not work
    ... I had not been using a macro Autoexec. ... I was using the Startup option of having my frmSecRights as my start up ... now i know i can change the options so that no windows ...
    (microsoft.public.access.modulesdaovba)
  • Re: Using Hyperlink (Mail) Macro in Protected Word Forms (2003)
    ... AutoExec, but that seemed to fix it for several end users so far. ... Sub AutoExec() ... Typical Hyperlink Macro: ... Is it a personal setting? ...
    (microsoft.public.word.vba.general)
  • Re: outline toolbar in Word 2003
    ... There may be an AutoExec macro in an add-in. ... Microsoft MVP (Word) ... outline and end sub in that long list of entries, it does not work after I ...
    (microsoft.public.word.newusers)
  • Re: Whats the filename? Macro
    ... I want to run a macro on new files. ... say why dont you use Autoexec, because sadly Autoexec ... on a .doc and word opens the autoexec is going to run. ...
    (microsoft.public.word.vba.beginners)
  • Re: What is Autoexec
    ... > Ive been reading many post that talk about autoexec but i cant get to ... Access automatically looks for a macro named "autoexec" when you open ... bypass this startup feature -- it executes the autoexec macro. ... execute in place of the autoexec macro or in addition to it. ...
    (microsoft.public.access.modulesdaovba)