Sorry ... here's the code created using 2003
Sub ChangeFont( )
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Characters(Start:=394,
Length:=1).Select
ActiveWindow.Selection.TextRange.Text = ""
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Characters(Start:=1678,
Length:=1).Select
ActiveWindow.Selection.TextRange.Text = ""
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Select
ActiveWindow.Selection.ShapeRange.TextFrame.TextRange.Characters(Start:=1,
Length:=3508).Select
With ActiveWindow.Selection.TextRange.Font
.Name = "Arial"
.Size = 12
End With
End Sub
"Steve Rindsberg" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In article <(E-Mail Removed)>, Annette wrote:
>> I created a simple macro in 2003 to convert text in the slide to a
>> certain
>> size font. I read that the original file (which I named standard.ppt)
>> needs
>> to be open to run. This worked for 2003 but I have been upgraded to 2007
>> and now I can not get the macro to run. I have already attempt to change
>> the settings to 'enable' all macros, etc. and nothing seems to be
>> working.
>>
>> How can I get this to run in my 2007?
>>
>> Here's teh original code:
>
> And there endeth the message. Try resending the code ...?
>
>
>
>
> ==============================
> PPT Frequently Asked Questions
> http://www.pptfaq.com/
>
> PPTools add-ins for PowerPoint
> http://www.pptools.com/
>
>