Reminder for fix on disappearing formatting palette in word

T

Tristan Bergin

Hey,

My formatting palette in word has disappeared. I remember asking this a
while ago and getting a fix but its happened again and I have forgotten how
to correct it. Any help will be great.

Thanks
 
C

Clive Huggan

View menu -> Formatting palette doesn't work, Tristan?

But don't worry -- you don't need it anyway. ;-)

Clive Huggan
West of Queanbeyan
Oz
============
 
E

Elliott Roper

Tristan Bergin said:
Hey,

My formatting palette in word has disappeared. I remember asking this a
while ago and getting a fix but its happened again and I have forgotten how
to correct it. Any help will be great.
Paste this into the Applescript editor and hit compile and then hit run

tell application "Microsoft Word"
    tell command bar "formatting palette"
        set visible to true
        set {top, left position} to {100, 700}
    end tell
end tell

Did I remember this or work it out from scratch? Hell no! You think I'm
smart or something? Nope. I googled the group and nicked it from Barry
Wainwright.

Here is how to "Google the Group"

http://groups.google.com/advanced_group_search

then fill in the form like so:
After "Return only messages from the group at this location:" type
"microsoft.public.mac.office.word"
After "Return only messages where the subject contains" type
"formatting palette"

This 'googling the group' is a fabulous recipe for avoiding
embarrassment when later you forget. Like when McGimpsey told you how
on 3-Aug-2005 and pointed you to an alternative method at
http://www.mcgimpsey.com/macoffice/office/formattingpalettegone.html

...that leapt straight out when I added "Tristan" to the author field in
the google groups form ;-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top