thanos54321
Programmer
Hi, I am currently testing an excel addin simulation program called crystal ball 7.1 ( if you care), and I've encountered an annoying problem that I hope can be solved by VBA.
Specifically, I am using some inputs for simulation that might be in conflict with each other. When they are, Crystal ball tries to rectify by modifying the inputs. It then presents an excel dialog box showing three options:
1. (default, acceptable by enter) to modify inputs once.
2. to modify inputs permanently.
3. to cancel.
I am convinced that Application.DisplayAlerts = False and Application.EnableEvents = False are no good for this, since it's not an alert, it's an important choice necessary for the program to continue, and therefore, it is also a necessary event to deal with. Correct me if I'm wrong?
So, what I'm looking for is a setting/function that accepts multi-option dialog boxes by selecting the default choice. I'm not sure this is possible, but if anyone knows, it's you guys!
Thanks for a great forum, if you can solve this you'll really make my day...
Regards,
Thanos54321
Specifically, I am using some inputs for simulation that might be in conflict with each other. When they are, Crystal ball tries to rectify by modifying the inputs. It then presents an excel dialog box showing three options:
1. (default, acceptable by enter) to modify inputs once.
2. to modify inputs permanently.
3. to cancel.
I am convinced that Application.DisplayAlerts = False and Application.EnableEvents = False are no good for this, since it's not an alert, it's an important choice necessary for the program to continue, and therefore, it is also a necessary event to deal with. Correct me if I'm wrong?
So, what I'm looking for is a setting/function that accepts multi-option dialog boxes by selecting the default choice. I'm not sure this is possible, but if anyone knows, it's you guys!
Thanks for a great forum, if you can solve this you'll really make my day...
Regards,
Thanos54321