View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] alan_conoco@hotmail.co.uk is offline
external usenet poster
 
Posts: 7
Default Excel Message Boxes

Hello,

I have written a macro that shows a message box when the contents of a
cell change.

However I would like this message box to interupt whatever the user is
doing (ie using programs outside excel) at that time.

How can I do this??
Can I use a system message box rather than and excel object (opened
using Shellexecute perhaps)?

Any ideas?

Thanks,

Alan