Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.55K
~2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for JakeRivett

Here is what I did.... Dim press As Boolean = False For Each '''''''''''''''do whatever you want press = False ''''at the beginning of the for loop CreateObject("WScript.Shell").Popup(filename, 1, "Auto-OK MsgBox", vbOKOnly Or vbInformation) '''''i get an error without the timed pop up. Do Until press = True Application.DoEvents() Loop …

Member Avatar for jake_20
0
2K

The End.