Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Function LT(ByVal V As Variant) As Variant V = Trim(V) If IsNumeric(V) Then If V = 1 And V <= 26 Then LT = Chr(V + 64) Else LT = "" End If ElseIf V Like "[A-Z]" Or V Like "[a-z]" Then LT = Asc(UCase(V)) - 64 Else LT = "" End If End Function -- Regards, Soo Cheon Jheong _ _ ^ąŻ^ -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Forecast function calculation method? | New Users to Excel | |||
method and function | Excel Worksheet Functions | |||
Function or method | Excel Programming | |||
Calling a module function from a class method | Excel Programming | |||
Method? Function? Operator? I dunno ): | Excel Programming |