Declaring variables (Long, String, Integer) and interpretation spe
Dear Colleagues,
Does anyone know which one of the two following ways to declare a string is
faster for the VBA engine to read/interpret
1 = Dim MyVar$
1 = Dim MyVar as String
Thanks,
Mr. T
|