VBA Expand Outline and Send to Word

C

caten

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.
 
C

caten

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.
 
C

caten

I don't understand. Where is elsewhere? I didn't think I had posted my
question anywhere else.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top