View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jack S[_2_] Jack S[_2_] is offline
external usenet poster
 
Posts: 3
Default 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