Hello,
Please see if the following helps:
Please see if the following helps:
Code:
With Dialog( "micclass:=Dialog" )
If .Exist( 5 ) Then
.WinButton( "text:=Cancel" ).Click
End If
End With
