I am running some legacy VB6 code on a 64bit Windows 7 machine and am running into some weird errors.
my code blows up here:
with the message:
a whole section of code above this error handling is precededed by:
On Error GoTo ErrorTrap
ErrorTrap being my For Each loops seen above.
What causes this type mismatch?