Hi
I am trying to under variant data type and here it says:
"The Variant data type is capable of holding any type of data except fixed-length strings and user defined types."
what does "fixed-length" mean here? I tried this code and it works fine
Sub testing()
For i = 1 To 10
j = "hello"...