View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected][_2_] matthewgdodds@hotmail.com[_2_] is offline
external usenet poster
 
Posts: 8
Default avoiding VBEopen when using CreateEventProc

OK, I can see that should work.
Thanks.

I can't help feeling it would be better to prevent VBE from firing up
rather than allowing it to and then hiding the fact.

I suppose it's inevitable that VBE fires up, given that I'm modifying
code?