T
Thao
Can anyone explain to me that why VBA converts all integer values to long to
make the program run faster? Mean that Integer is meaningless?
"VBA converts all integer values to type Long, even if they are declared as
type Integer. In fact, Long variables might be slightly faster because VBA
does not have to convert them."
make the program run faster? Mean that Integer is meaningless?
"VBA converts all integer values to type Long, even if they are declared as
type Integer. In fact, Long variables might be slightly faster because VBA
does not have to convert them."