D
DanR
I'm new to VBA and am unable to find any documentation that explains when to
use "Left(string, n)" and when to use "Left$(string, n)" to select the
left-most "n" characters from a string.
I have used the compiler complaints as an indication that I need to insert
the "$", but have not been able to find any documentation that explains
when/why the "$" is needed.
use "Left(string, n)" and when to use "Left$(string, n)" to select the
left-most "n" characters from a string.
I have used the compiler complaints as an indication that I need to insert
the "$", but have not been able to find any documentation that explains
when/why the "$" is needed.