06-30-2009, 02:36 AM
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