View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andreas Martin Andreas Martin is offline
external usenet poster
 
Posts: 1
Default Creating a popup via dll in excel

Hi all,

I try to generate a popup, when double click a cell.
The VBA code is executed correctly. The VBA code calls a function of my DLL.
All works fine, but the problem is the popup itself. I have to register my
own window call with an instance. The instance I got by LibMain causes bad
behaviour on excel: After closing the popup excel crashes.
I tried this with a simple Dialog (MessageBox) in my dll code, and the
behaviour is the same... So it's not my popup routine...
In addition it is possible to select cells while popup is open, but that
shouldn't!

Any suggestions?


Kindly regards,
Andreas Martin