From: caten on
Is there a way to expand all slides in the Outline view using VBA? I want to
send the outline to Word, but I need to ensure that the outline is completely
expanded first.

I'm using PowerPoint 2002 SP3 and the following VBA:
ActiveWindow.ViewType = ppViewOutline
'Completely expand outline
SendKeys "%FDW", True
SendKeys "%O{TAB}{ENTER}", True

I have tried recording a macro of performing these actions using the toolbar
buttons, but the resulting macro is empty.
From: Shyam Pillai on
Hi,
Which version of PowerPoint are you targeting?

Regards,
Shyam Pillai

Image Importer Wizard: http://skp.mvps.org/iiw.htm


"caten" <caten(a)discussions.microsoft.com> wrote in message
news:2FBD76EE-1861-48E7-8D8A-1762F745737C(a)microsoft.com...
> Is there a way to expand all slides in the Outline view using VBA? I want
> to
> send the outline to Word, but I need to ensure that the outline is
> completely
> expanded first.
>
> I'm using PowerPoint 2002 SP3 and the following VBA:
> ActiveWindow.ViewType = ppViewOutline
> 'Completely expand outline
> SendKeys "%FDW", True
> SendKeys "%O{TAB}{ENTER}", True
>
> I have tried recording a macro of performing these actions using the
> toolbar
> buttons, but the resulting macro is empty.

From: caten on
I'm targeting mostly PowerPoint 2002/2003. Some of my co-workers have already
upgraded to Office 2007, so I will need to be compatible with them as well.

"Shyam Pillai" wrote:

> Hi,
> Which version of PowerPoint are you targeting?
>
> Regards,
> Shyam Pillai
>
> Image Importer Wizard: http://skp.mvps.org/iiw.htm
>
>
> "caten" <caten(a)discussions.microsoft.com> wrote in message
> news:2FBD76EE-1861-48E7-8D8A-1762F745737C(a)microsoft.com...
> > Is there a way to expand all slides in the Outline view using VBA? I want
> > to
> > send the outline to Word, but I need to ensure that the outline is
> > completely
> > expanded first.
> >
> > I'm using PowerPoint 2002 SP3 and the following VBA:
> > ActiveWindow.ViewType = ppViewOutline
> > 'Completely expand outline
> > SendKeys "%FDW", True
> > SendKeys "%O{TAB}{ENTER}", True
> >
> > I have tried recording a macro of performing these actions using the
> > toolbar
> > buttons, but the resulting macro is empty.
>
From: Shyam Pillai on
See my reply to your post elsewhere.

Regards,
Shyam Pillai

Animation carbon: http://www.animationcarbon.com


"caten" <caten(a)discussions.microsoft.com> wrote in message
news:D662809C-5782-4707-A734-7004D614495E(a)microsoft.com...
> I'm targeting mostly PowerPoint 2002/2003. Some of my co-workers have
> already
> upgraded to Office 2007, so I will need to be compatible with them as
> well.
>
> "Shyam Pillai" wrote:
>
>> Hi,
>> Which version of PowerPoint are you targeting?
>>
>> Regards,
>> Shyam Pillai
>>
>> Image Importer Wizard: http://skp.mvps.org/iiw.htm
>>
>>
>> "caten" <caten(a)discussions.microsoft.com> wrote in message
>> news:2FBD76EE-1861-48E7-8D8A-1762F745737C(a)microsoft.com...
>> > Is there a way to expand all slides in the Outline view using VBA? I
>> > want
>> > to
>> > send the outline to Word, but I need to ensure that the outline is
>> > completely
>> > expanded first.
>> >
>> > I'm using PowerPoint 2002 SP3 and the following VBA:
>> > ActiveWindow.ViewType = ppViewOutline
>> > 'Completely expand outline
>> > SendKeys "%FDW", True
>> > SendKeys "%O{TAB}{ENTER}", True
>> >
>> > I have tried recording a macro of performing these actions using the
>> > toolbar
>> > buttons, but the resulting macro is empty.
>>
From: caten on
I don't understand. Where is elsewhere? I didn't think I had posted my
question anywhere else.


"Shyam Pillai" wrote:

> See my reply to your post elsewhere.
>
> Regards,
> Shyam Pillai
>
> Animation carbon: http://www.animationcarbon.com
>
>
> "caten" <caten(a)discussions.microsoft.com> wrote in message
> news:D662809C-5782-4707-A734-7004D614495E(a)microsoft.com...
> > I'm targeting mostly PowerPoint 2002/2003. Some of my co-workers have
> > already
> > upgraded to Office 2007, so I will need to be compatible with them as
> > well.
> >
> > "Shyam Pillai" wrote:
> >
> >> Hi,
> >> Which version of PowerPoint are you targeting?
> >>
> >> Regards,
> >> Shyam Pillai
> >>
> >> Image Importer Wizard: http://skp.mvps.org/iiw.htm
> >>
> >>
> >> "caten" <caten(a)discussions.microsoft.com> wrote in message
> >> news:2FBD76EE-1861-48E7-8D8A-1762F745737C(a)microsoft.com...
> >> > Is there a way to expand all slides in the Outline view using VBA? I
> >> > want
> >> > to
> >> > send the outline to Word, but I need to ensure that the outline is
> >> > completely
> >> > expanded first.
> >> >
> >> > I'm using PowerPoint 2002 SP3 and the following VBA:
> >> > ActiveWindow.ViewType = ppViewOutline
> >> > 'Completely expand outline
> >> > SendKeys "%FDW", True
> >> > SendKeys "%O{TAB}{ENTER}", True
> >> >
> >> > I have tried recording a macro of performing these actions using the
> >> > toolbar
> >> > buttons, but the resulting macro is empty.
> >>