Microsoft
Software
Hardware
Network
Question : splitdata macro udf
Hi experts
have the following macro and formula in the relevant cell to split the data - just need a slight amendment so it INCLUDES the number values ALSO
at present only the letter values are shown in the cell (worksheet)
Function splitdata(rng As Range)
Dim k As Long
For k = 1 To Len(rng.Value)
If IsNumeric(Mid(rng.Value, k, 1)) = False And Mid(rng.Value, k, 1) <> "/" Then
splitdata = splitdata & Mid(rng.Value, k, 1)
Else
Exit Function
End If
Next k
End Function
Answer : splitdata macro udf
Ahh the formula will be...
=IF(ISNUMBER(FIND("/"
,A1)),LEFT
(A1,FIND("
/",A1)-1),
A1)
Saurabh
...
Random Solutions
Remote Web Workplace does not work outside the LAN
How do I set up Exchange 2007 Activesync to work with PDAs that can sync to Exchange Server
Correct syntax for SQL between-like query
Any free software for getting stats reports from Print servers.
jucheck.exe on windows 7
Delete a subkey
Add tables to code with Inner Select
Reading an Outlook inbox
StringBuilder overflowed by unmanaged code
Using code to save a Record