|
-
Jan 29th, 2007, 09:56 PM
#1
Thread Starter
Junior Member
Answering prompt boxes automatically with VBA
As in:
==============
"Changes have been made to the document. Do you want to save?"
[Yes] [No] [Cancel]
==============
I believe VBA can just input the answer automatically so my program doesn't pause for such mundane questions. How do I accomplish this? I'm sure it must be basic to any VB programmer.
-
Jan 29th, 2007, 10:21 PM
#2
Re: Answering prompt boxes automatically with VBA
You may find you can set the Alerts to False for that operation.
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
|