Cheers Norman,
Declaring the variable as variant makes no difference unfortunately.
If the value in the cell is #N/A, then the statement
dim var1 as variant
var1 = Cells(1, 1).Value
gives a type mismatch. (run time error 13)
I'm totally confused !
Bookmarks