yap - probably should dim form and controls as local to udf - it really does help, when the UDF terminates and goes out-of-scope, it cleanly destroys all objects - no "orphaned" controls are created, which is a bad thing.

ps. think i found-out why that slider (dimmed global) wasn't working - has to do with that hasty SHOW(n) feature we added. didn't properly handle the case of show(0) (hide) ... don't have your code handy, but I think you were using that, no ?

[ 15 July 2002, 15:47: Message edited by: Shawn ]