|
-
Aug 26th, 2007, 11:10 AM
#1
Thread Starter
Lively Member
[RESOLVED] How to auto-click msgboxes?
Hello friends, I have this problem. In my program, I have added a msgbox for every count in a certain loop.
For Example:
For i = 1 to nTotal
Msgbox i
Next i
Is there anyway to auto-click the msgbox (by means of program code) to get rid of them?
Thanks for all the help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|