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