PowerPoint - Help with PowerPoint 2003 bullet levels

Asked By Indigo99
20-Nov-09 03:09 PM
I have set up master slide text autolayout as follows:

Level one, no bullet or indent
. Level two, bullet with indent
- Level three, bullet with indent

Here is the problem: After I type text in the first bullet level and press
enter to start a new paragraph, the tab key no longer works to change the new
paragraph to level two - have to use the outline arrows. I have experimented
and it looks like the tab will only function right if level one has a bullet.

I have experimented with inserting an "invisible" bullet in level one and
reducing it in size as far as possible (25% is the limit). It sort of works
but there is a slightly noticeable indent on the first line if level one
wraps to two lines.

Any ideas?
PowerPoint 2007
(1)
PowerPoint 2003
(1)
Annoyances
(1)
Makeover
(1)
Arow
(1)
Alt
(1)
Oftemplates
(1)
Autolayout
(1)
  Sandy Johnson replied to Indigo99
20-Nov-09 03:15 PM
I always use increase indent instead of Tabs (especially in this case). Is
the problem that you are doing this for someone else?

Sandy
  Indigo99 replied to Sandy Johnson
20-Nov-09 03:21 PM
I am creating and troubleshooting a template that will be used by 20,000+
users so it has to work right. I know lots of people are accustomed to
changing bullet levels by pressing the tab key to get a sublevel bullet or
typing Shift+Tab to go back a level. I prefer this method myself because it is
much faster than using the outline toolbar arrows.

But the tab key no longer changes the next para to sublevel when level one
has no bullet. Any workarounds that you know of? We'd definitely like to keep
level one with no indent or bullet.
  Echo S replied to Indigo99
20-Nov-09 08:47 PM
Alt+Shift+Right Arrow will give you a bullet on the 2nd line if there is not
one on the first. When I have clients that insist on a no-bullet for the
first line, we have to train their users to use the Increase Indent button
or the Alt+Shift+Right Arow instead of Tab. I know no other way around it.

--
Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://tinyurl.com/36grcd
PowerPoint 2007 Complete Makeover Kit http://tinyurl.com/32a7nx
  John Wilson replied to Indigo99
21-Nov-09 03:58 AM
Not a completely satisfactory workaround but I have done a couple of
templates with a full stop as bullet set to background 1 color and then
adjusted the lower ruler stop slightly to the right to make line 2 line up.
Sort of works.
--
john ATSIGN PPTAlchemy.co.uk

Free PPT Hints, Tips and Tutorials
http://www.pptalchemy.co.uk/powerpoint_hints_and_tips_tutorials.html
Create New Account
help
Best way to make DVD of a PP slide show? PowerPoint I am having a go at making a slide show in PP 2007, there is music too, no other voice over. I chose PP because I thought this user inserts the DVD? And stuff like this, I better know. Thanks in advance. - - dorayme PowerPoint Discussions PowerPoint (1) Windows DVD Maker (1) Windows 7 (1) Office (1) Vista (1) Windows Live Photo Gallery (1) Exception (1) Relative (1) Download the free PowerPoint Player and add it to your DVD. Include instructions on how to use it. If the end user does not already have PowerPoint or the PowerPoint Player on his computer I recommend to them that they install the PowerPoint Player on the DVD to their hard drive. That way they can always view PPT
Missing Codec? PowerPoint Hi- Happy Thanksgiving. I have just discovered that .mp3 files in any of my .ppt codec that allows the music files to run. Any thoughts? Running Windows XP Home. Thanks. PowerPoint Discussions Windows XP (1) PowerPoint 2007 (1) Windows Media (1) Ran….WITHOUT (1) PowerPoint (1) KoernerMS (1) Realplayer (1) Annoyances (1) Did you install a sound or video player / editor that may have changed the I uninstalled Realplayer and reinstalled it. As before the .mp3 files do not play in PowerPoint (they did at time of creation). . .no sound files have been moved to new directories and go as far as re inserting them into your presentation - - Michael Koerner MS MVP - PowerPoint My mistake. I "read" Media Player and "thought." Realplayer. Ok, I uninstalled Windows Media Player
VBA to VB.Net code Help PowerPoint Hello all, I am an absolute beginner to VB and trying to write a one simple code. My issue is I wrote a working code to automate an animation within powerpoint i.e VBA and need to transfer it to a user form in VB2008 so simple button click will open ppt and perform the following actions. The code to open powerpoint with a blank side and apply the ppt object library isnt a problem, just a Visible = msoTrue .Line.ForeColor.SchemeColor = ppForeground .Line.BackColor.RGB = RGB(255, 255, 255) End With PowerPoint Discussions COMException (1) ShapeRange (1) PowerPoint (1) PageSetup (1) Shapes (1) Office (1) Error (1) EventArgs (1) I do not use your code to open PPT etc. Presumably it is getting an object reference to the PowerPoint app and presentation, and most likely the code below needs to be modified to work with that object reference; right now, it is written to run within PowerPoint. Many thanks for your input Steve. I have the same question posted on VBforums but That's really all I am stuck on now. Imports Office = Microsoft.Office.Core Imports PowerPoint = Microsoft.Office.Interop.PowerPoint Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object
Please Heeeeelp! Vba code to add animation to an existing object PowerPoint I am a teacher trying to make a game using 2007, and i am trying to do two things. One is to add an animation like forum i have found but no one care to answer. this is my last resort. PowerPoint Discussions ActivePresentation.SlideShowWindow.View.GotoSlide (1) Visual Basic for Applications (1) Microsoft PowerPoint (1) PowerPoint (1) TimeLine.MainSequence.AddEffect (1) ActivePresentation.Slides (1) VBA (1) MsoAnimEffectSpin (1) Set the repeat can help you get it to work properly. - -David - - David M. Marcovitz Author of _Powerful PowerPoint for Educators_ http: / / www.PowerfulPowerPoint.com / Microsoft PowerPoint MVP Associate Professor, Loyola University Maryland Thanks David, I know how to name the object it lands in a random position of the wheel. - -- frmsrcurl: http: / / msgroups.net / microsoft.public.powerpoint / Please-Heeeeelp-Vba-code-to-add-animation-to-an-existing-object Great. I am glad
Create Graphs using VBA PowerPoint Hello, I trying to implement a routine to create Powerpoint slides using a function from Microsoft Knowledge base 200551. There are 2 prolblems I am this site below. The first one is the routine uses early binding to the the Powerpoint library so the intellisense does not work. I am going to need to make some changed: 'Dim oPwrpnt As Object, OpwrPresent As Object '<< = = = this is commented out Dim OPwrPnt As PowerPoint.Application Dim OpwrPresent As PowerPoint.Presentation 'Dim oDataSheet As Object, shpGraph As Object '<< = = = this is commented out Dim oDataSheet As PowerPoint.DataTable Dim shpGraph As PowerPoint.Shapes '<< = = = Is this correct? The following Set statement does not compile - fails with "Method or As String, CGFF_SavedPPT As String) As Boolean '* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** * 'Function: CreateGraphFromFile 'Purpose: Create a graph on a PowerPoint Slide using a Microsoft ' Access table. ' 'Arguments: CGFF_PPTFilename - name of the new PowerPoint presentation ' file