View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Code to Auto Select OK when an Option Box Appears

then why display the info? box at all why not simply

response =vbOk

and crack on with whatever you were doing

Mike

" wrote:

Is there any code than can be put into vba that will automatically select ok
when an info box appears asking Ok, Cancel, or help? I need ok to be
automatically selected or else my macro is useless.

Thanks

Adam Bush