Hey,

I have VBA code written to run solver with various scenarios. each time a scenario runs solver promts a promt box. I need to hit ok everytime for it. the code takes a while to run, so i would like to have a piece of code which does this for me so i can continue on other work. I have tried using application send keys, however it is not the most efficient and it doesnt always work :s Is there a better method?

thanks,