B
Bourgui
Hi all,
I have written macros that, among other things, set some bookmarks (working
in pairs) through a document that I use later with my tool.
The problem I have is that the actions of my macros are undone one by one,
So a user can launch the macro, then type some text or whatever else, then
decide to 'Undo' what they have just done. If they click one (or more) 'Undo'
too many, they can for example delete one of the bookmarks from pair.
Deleting a bookmark does not have a high-visual impact, so it usually goes
unnoticed until they call a macro which is supposed to use it and fails.
I give the example of a bookmark but it can be many other things, such as
hidden text insertion, font change...
Is there any way to group the actions of a macro (and all the functions it
may have called) so that they are all considered one action when it comes to
'Undo' and 'Redo'?
Powerpoint actually works the way I would like it to do in Word
I have written macros that, among other things, set some bookmarks (working
in pairs) through a document that I use later with my tool.
The problem I have is that the actions of my macros are undone one by one,
So a user can launch the macro, then type some text or whatever else, then
decide to 'Undo' what they have just done. If they click one (or more) 'Undo'
too many, they can for example delete one of the bookmarks from pair.
Deleting a bookmark does not have a high-visual impact, so it usually goes
unnoticed until they call a macro which is supposed to use it and fails.
I give the example of a bookmark but it can be many other things, such as
hidden text insertion, font change...
Is there any way to group the actions of a macro (and all the functions it
may have called) so that they are all considered one action when it comes to
'Undo' and 'Redo'?
Powerpoint actually works the way I would like it to do in Word