Re: Compare text string of a cell in Column A VS another cell in Colum
- From: "Max" <demechanik@xxxxxxxxx>
- Date: Wed, 1 Aug 2007 16:45:36 +0800
Apologies, the earlier paste of Ron's UDF was incomplete. Here's the
complete paste:
'===========
Function FrstLtrs(str As String) As String
' Ron Rosenfeld
Dim temp
Dim i As Long
temp = Split(Trim(str))
For i = 0 To UBound(temp)
FrstLtrs = FrstLtrs & Left(temp(i), 1)
Next i
End Function
'============
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
.
- References:
- Prev by Date: Re: Compare text string of a cell in Column A VS another cell in Colum
- Next by Date: Many Sort Keys
- Previous by thread: Re: Compare text string of a cell in Column A VS another cell in Colum
- Next by thread: Many Sort Keys
- Index(es):
Relevant Pages
|