View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] gimme_this_gimme_that@yahoo.com is offline
external usenet poster
 
Posts: 129
Default object on RHS when there is a type-mismatch

If I have a statement like:

Set variantval = ors.Fields("lastLogonTimeStamp")

That results in a type mis-match. Is there a way to determine the type
of object on the right hand side?

Thanks.