PC Review


Reply
Thread Tools Rate Thread

Applying a standard format to existing autoshapes in PowerPoint 20

 
 
=?Utf-8?B?TEo=?=
Guest
Posts: n/a
 
      7th Jun 2006
I have multiple pages of org charts, aka wire diagrams. They have been sent
to me by different people who have all used different formatting. (Applying
the same template format, background, etc. to all the charts is not the
problem. That's easy.) But, is there an easy way to apply a standard format
to all of the boxes without having to redraw or format the boxes on every
page separately?




 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9obiBXaWxzb24=?=
Guest
Posts: n/a
 
      7th Jun 2006
One way that may work is to use "format painter" tool. Select a correctly
formatted shape, double click the format painter tool and then click each
shape in turn - quicker than it sounds!
--
-----------------------------------------
Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist



"LJ" wrote:

> I have multiple pages of org charts, aka wire diagrams. They have been sent
> to me by different people who have all used different formatting. (Applying
> the same template format, background, etc. to all the charts is not the
> problem. That's easy.) But, is there an easy way to apply a standard format
> to all of the boxes without having to redraw or format the boxes on every
> page separately?
>
>
>
>

 
Reply With Quote
 
=?Utf-8?B?TEo=?=
Guest
Posts: n/a
 
      7th Jun 2006
Thanks John. That does help. I have used the format painter on text and
thought I had tried it on shapes without luck and just realized the I had
selected the text box and not the shape. D'oh.

"John Wilson" wrote:

> One way that may work is to use "format painter" tool. Select a correctly
> formatted shape, double click the format painter tool and then click each
> shape in turn - quicker than it sounds!
> --
> -----------------------------------------
> Did that answer the question / help?
> _____________________________
> John Wilson
> Microsoft Certified Office Specialist
>
>
>
> "LJ" wrote:
>
> > I have multiple pages of org charts, aka wire diagrams. They have been sent
> > to me by different people who have all used different formatting. (Applying
> > the same template format, background, etc. to all the charts is not the
> > problem. That's easy.) But, is there an easy way to apply a standard format
> > to all of the boxes without having to redraw or format the boxes on every
> > page separately?
> >
> >
> >
> >

 
Reply With Quote
 
=?Utf-8?B?Sm9obiBXaWxzb24=?=
Guest
Posts: n/a
 
      7th Jun 2006
You could use vba.

This code will change the fill of all diagrams to the RGB values specified.

Sub Diagramfill()

Dim oSld As Slide
Dim oShp As Shape
Dim onode As DiagramNode

For Each oSld In ActivePresentation.Slides
For Each oShp In oSld.Shapes
If oShp.Type = msoDiagram Then
For Each onode In oShp.Diagram.Nodes
onode.Shape.Fill.ForeColor.RGB = RGB(128, 12, 12)
Next onode


End If
Next oShp
Next oSld
End Sub

--
-----------------------------------------
Did that answer the question / help?
_____________________________
John Wilson
Microsoft Certified Office Specialist



"LJ" wrote:

> Thanks John. That does help. I have used the format painter on text and
> thought I had tried it on shapes without luck and just realized the I had
> selected the text box and not the shape. D'oh.
>
> "John Wilson" wrote:
>
> > One way that may work is to use "format painter" tool. Select a correctly
> > formatted shape, double click the format painter tool and then click each
> > shape in turn - quicker than it sounds!
> > --
> > -----------------------------------------
> > Did that answer the question / help?
> > _____________________________
> > John Wilson
> > Microsoft Certified Office Specialist
> >
> >
> >
> > "LJ" wrote:
> >
> > > I have multiple pages of org charts, aka wire diagrams. They have been sent
> > > to me by different people who have all used different formatting. (Applying
> > > the same template format, background, etc. to all the charts is not the
> > > problem. That's easy.) But, is there an easy way to apply a standard format
> > > to all of the boxes without having to redraw or format the boxes on every
> > > page separately?
> > >
> > >
> > >
> > >

 
Reply With Quote
 
Steve Rindsberg
Guest
Posts: n/a
 
      7th Jun 2006
In article <4442B339-9D50-4F4D-B554-(E-Mail Removed)>, Lj wrote:
> I have multiple pages of org charts, aka wire diagrams. They have been sent
> to me by different people who have all used different formatting. (Applying
> the same template format, background, etc. to all the charts is not the
> problem. That's easy.) But, is there an easy way to apply a standard format
> to all of the boxes without having to redraw or format the boxes on every
> page separately?


Have a look here:

http://shapestyles.pptools.com and go to the FAQ section (front page is still a
bit of a mess, sorry 'bout that).

The free demo will let you define and use up to five styles, which should get
you through.

You can select however many shapes you want on a slide and apply the same style
to all of them in one go.


-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PowerPoint 2003: applying a template to an existing presentation Fabio Microsoft Powerpoint 4 27th Apr 2010 10:06 PM
Applying a standard font AND a standard stationary Anton Windows Vista Mail 4 23rd Oct 2009 11:51 AM
Standard formatting for text box and autoshapes PHONEMAN Microsoft Powerpoint 1 27th Mar 2009 09:59 PM
PowerPoint autoshapes =?Utf-8?B?SXZhbiBNaWhhbGV2?= Microsoft Powerpoint 1 3rd Apr 2004 12:33 AM
Powerpoint autoshapes Mikeb Microsoft Powerpoint 8 17th Nov 2003 01:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:20 PM.