Prev: move a shape in slide show view
Next: "Change video"
From: Mel on 19 Feb 2010 18:35 v2007 Is there no Application.Undo in PPT? If not, has anyone had success using another strategy in VBA for reversing the last action a user did in a slide edit? Thanks, Melina
From: Chirag on 19 Feb 2010 19:39 You can call on the Undo button using the following code: Application.CommandBars.ExecuteMso "Undo" - Chirag PowerShow - View multiple PowerPoint slide shows simultaneously http://officeone.mvps.org/powershow/powershow.html "Mel" <mel.turco(a)yahoo.com> wrote in message news:89f5064e-0901-428a-bdce-9d61f1d2cce0(a)15g2000yqa.googlegroups.com... > v2007 > > Is there no Application.Undo in PPT? If not, has anyone had success > using another strategy in VBA for reversing the last action a user did > in a slide edit? > > Thanks, > Melina
From: Mel on 20 Feb 2010 08:07 Thanks! On Feb 19, 6:39 pm, "Chirag" <Chi...(a)discussions.microsoft.com> wrote: > You can call on the Undo button using the following code: > > Application.CommandBars.ExecuteMso "Undo" > > - Chirag > > PowerShow - View multiple PowerPoint slide shows simultaneously > http://officeone.mvps.org/powershow/powershow.html > > "Mel" <mel.tu...(a)yahoo.com> wrote in message > > news:89f5064e-0901-428a-bdce-9d61f1d2cce0(a)15g2000yqa.googlegroups.com... > > > v2007 > > > Is there no Application.Undo in PPT? If not, has anyone had success > > using another strategy in VBA for reversing the last action a user did > > in a slide edit? > > > Thanks, > > Melina
From: John Wilson john AT technologytrish.co DOT on 20 Feb 2010 10:13 Thanks Chiraq! I did know how to use Executemso in 2007 but for some reason I never thought of "Undo" and it will be really useful! -- john ATSIGN PPTAlchemy.co.uk Free PPT Hints, Tips and Tutorials http://www.pptalchemy.co.uk/powerpoint_hints_and_tips_tutorials.html "Chirag" wrote: > You can call on the Undo button using the following code: > > Application.CommandBars.ExecuteMso "Undo" > > - Chirag > > PowerShow - View multiple PowerPoint slide shows simultaneously > http://officeone.mvps.org/powershow/powershow.html > > "Mel" <mel.turco(a)yahoo.com> wrote in message > news:89f5064e-0901-428a-bdce-9d61f1d2cce0(a)15g2000yqa.googlegroups.com... > > v2007 > > > > Is there no Application.Undo in PPT? If not, has anyone had success > > using another strategy in VBA for reversing the last action a user did > > in a slide edit? > > > > Thanks, > > Melina > > . >
|
Pages: 1 Prev: move a shape in slide show view Next: "Change video" |