A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

VBA- Undo?



 
 
Thread Tools Display Modes
  #1  
Old February 19th, 2010, 11:35 PM posted to microsoft.public.powerpoint
Mel
external usenet poster
 
Posts: 89
Default VBA- Undo?

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
  #2  
Old February 20th, 2010, 12:39 AM posted to microsoft.public.powerpoint
Chirag
external usenet poster
 
Posts: 595
Default VBA- Undo?

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" wrote in message
...
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


  #3  
Old February 20th, 2010, 01:07 PM posted to microsoft.public.powerpoint
Mel
external usenet poster
 
Posts: 89
Default VBA- Undo?

Thanks!


On Feb 19, 6:39*pm, "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" wrote in message

...

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


  #4  
Old February 20th, 2010, 03:13 PM posted to microsoft.public.powerpoint
John Wilson
external usenet poster
 
Posts: 6,023
Default VBA- Undo?

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/powerpoi...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" wrote in message
...
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


.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.