質問

I am trying to find a way to access the undo command in powerpoint using VBA. In excel, It is easy because Application.Undo works perfectly but in powerpoint it doesn't work. Does it have a way to do it?

役に立ちましたか?

解決

You could call it this way:

Application.CommandBars.ExecuteMso "Undo"

which will also work in Excel.

Important! "Undo" need to written exactly as presented.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top