Re: I've lost my PowerPoint Formatting Toolbar
- From: Steve Rindsberg <abuse@xxxxxxxxxxxxx>
- Date: Tue, 21 Aug 2007 12:53:40 EDT
In article <1187290759.967645.18480@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, Mlynde
wrote:
I loved the access to the formatting toolbar (not the formatting
palette) but I think one day I moved it too far up under the menu bar
and poof; its gone. Even when I go under view and re-click the
formatting toolbar I can't seem to get it back.
I really miss my font color, sizing, etc. Any suggestions?
This little bit of VBA should sort it out for you. It'll move the formatting
bar to someplace visible (if not, try slightly higher numbers):
Sub ComeBackComeBack()
With Application.CommandBars("Formatting")
.Position = msoBarFloating
.Left = 100
.Top = 100
End With
End Sub
If you don't quite know what to do with VBA code, have a look here:
How do I use VBA code in PowerPoint?
http://www.pptfaq.com/FAQ00033.htm
The instrux are a bit WindowsCentric but should get you there.
================================================
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
.
- References:
- I've lost my PowerPoint Formatting Toolbar
- From: mlynde
- I've lost my PowerPoint Formatting Toolbar
- Prev by Date: How do I loop one slide
- Next by Date: Opening a Powerpoint password protected file
- Previous by thread: Re: I've lost my PowerPoint Formatting Toolbar
- Next by thread: Need HELP copying text from PowerPoint slides, please
- Index(es):
Relevant Pages
|
Loading