Hello All,

Just wondering if anyone knows if there is a way around the Non-Modal limitation of VBA. I guess it makes sense that you cannot create non-modal windows, but I wanted to be able to create a non-modal child window from a script. I tried creating an ActiveX .DLL with a Non-Modal window and calling it from the VBA engine (Sax to be specific) and I got an error.

Alternatively I was thinking; Is there a way to create a window using API calls and have that window do it's own thing without VB running? For example, I would like to be able to create a window that has a button and have that button call another function (maybe an API call) without having the original VB App that created the window running?

Thanks for ANY ideas!