Thread
:
Extract Characters
View Single Post
#
1
Posted to microsoft.public.excel.programming
Jack S[_2_]
external usenet poster
Posts: 3
Extract Characters
I am trying to Extract characters out of a string and
include them in a file name by using
Dim sName As String
sName = (Left(B1, 3) & Right(B1, 2))
But this does not work.
Any ideas as to what is wrong?
Thanks
Reply With Quote
Jack S[_2_]
View Public Profile
Find all posts by Jack S[_2_]