Dear Group, I have this little program that is called to perform a little specific function. After it finishes doing it, it's supposed to End. The problem here is that this program is staying loaded in memory, and I don't know exactly why...
It doesn't have any forms, it's just a Main Sub, which starts, calls a couple of functions, and finishes. What could be keeping it loaded? (I know this can be solved by just adding an End statement, but I won't do that if i can avoid it by any means, since this little program will get called hundreds of times a day in the server it will be running, so i'd rather avoid that kind of memory leaking) Any ideas? Thanks in advance Daniel Magliola Cimatic SRL +5411 4787 5311 ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
