Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have several VBA macro that manipulate an Inventor file. For example :
Sub My_Macro()
Action 1
Action 2
Action 3
End sub
When I use ctrl-Z, this cancel Action 3, then Action 2, then Action 1.
Is it possible to cancel the whole macro with only one ctrl-z ?
Solved! Go to Solution.