What is the effect if I Dim as Byte a String data type value? I know that it will generate a Type Mismatch error, which can be countered by an Error Handling line.
<o:p> </o:p>
I am asking, because the “as Byte” variable executed my macro really fast as compared to when I use the “as String”...