M
mp
Tom Shelton said:For kicks - I put a small example together that sort of simulates the
basic
structure I see in your code. It works just fine:
Option Explicit On
Option Strict On
snip
Thanks Tom, yes it works fine.
I'll strip my stuff down to the bone to find what i'm f*ing up
Option Strict On wreaks havoc with the code by the way!
all kinds of implicit casting going on,
will have to go through and clean all that up i guess
Thanks for your time
mark