This is an idea I've been toying around with since writing my _WinApiHook UDF. This little app will let you view all modules loaded by a process. You can selectively unload a module, or inject a module of your own. I think this could be useful to help remove viruses or malware, but is more of a development tool I suppose. It has some fun tooltip and resizing code too Note: Not all modules can be unloaded. I don't have a workaround (if there is one) at the moment. Update v1.0.0.1 - Rem