Hello Everyone,
Would anyone care to comment on why one must sometimes use
Set vrble = 'Whatever'
and at other times one uses
vrble = 'Whatever'
It seems that if my variable is a String, then I do not use Set , but if it is a Range, then I must use Set. Is this correct?
Thanks!
Would anyone care to comment on why one must sometimes use
Set vrble = 'Whatever'
and at other times one uses
vrble = 'Whatever'
It seems that if my variable is a String, then I do not use Set , but if it is a Range, then I must use Set. Is this correct?
Thanks!