Hi,
i would like to create a function which permits to a user to annul the last action he has done.
i had a lok on msdn but what i saw is not so clear :
what is exactly DTE.ActiveDocument
Do i need abslolutely to use it for annuling the last function?
Could you help me on this point.
Thanks a lot for your help.
Nathalie
i would like to create a function which permits to a user to annul the last action he has done.
i had a lok on msdn but what i saw is not so clear :
Code:
if DTE.ActiveDocument.Undo Then
what is exactly DTE.ActiveDocument
Do i need abslolutely to use it for annuling the last function?
Could you help me on this point.
Thanks a lot for your help.
Nathalie