Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / January 2006

Tip: Looking for answers? Try searching our database.

Get undo stack items

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sos00 - 28 Dec 2005 07:38 GMT
Hi guys,
is it any method to get access to Undo Stack of Word ?

Thanks.
Jonathan West - 28 Dec 2005 13:58 GMT
> Hi guys,
> is it any method to get access to Undo Stack of Word ?
>
> Thanks.

All you can do is Undo a number of items. AFAIK there is no way to find out
how many items are available on the undo stack, nor what those actions are.

Signature

Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup

Cindy M  -WordMVP- - 28 Dec 2005 15:01 GMT
Hi Sos00,

> is it any method to get access to Undo Stack of Word ?

You can clear the entire stack, or Undo n number of items.
But there's no way to get any information on the individual
items.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:-)
Klaus Linke - 04 Jan 2006 12:31 GMT
> Hi guys,
> is it any method to get access to Undo Stack of Word ?
>
> Thanks.

You can get is the captions in the combo box' list:

 Dim myC As CommandBarComboBox
 Dim i As Long
 Set myC = CommandBars.FindControl(ID:=128)
 For i = 1 To myC.ListCount
   Debug.Print myC.List(i)
 Next i

Regards,
Klaus
Jean-Guy Marcil - 04 Jan 2006 17:40 GMT
Klaus Linke was telling us:
Klaus Linke nous racontait que :

>> Hi guys,
>> is it any method to get access to Undo Stack of Word ?
[quoted text clipped - 9 lines]
>    Debug.Print myC.List(i)
>  Next i

That's a keeper Klaus!

Signature

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org 

sos00 - 04 Jan 2006 20:47 GMT
Thanks,
nice tip ...

>> Hi guys,
>> is it any method to get access to Undo Stack of Word ?
[quoted text clipped - 12 lines]
> Regards,
> Klaus

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.