Skip to content

Commit

Permalink
Update 4_ms_excel-365.bas
Browse files Browse the repository at this point in the history
  • Loading branch information
metatronslove authored Nov 4, 2024
1 parent c6735e9 commit 2d1dbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft Excel/4_ms_excel-365.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ Function NUMBERS2ARAB(Optional metin As String) As String
NUMBERS2ARAB = NA
End Function
Function NUMEROLOG(ByVal metin As String, Optional tablo As String, Optional outas As Variant, Optional shadda As Variant) As Variant
Dim SM, S, C, D, N, sesli, sessiz, seslit, sessizt err, counter, space, hrk As Integer : NUMEROLOG = 0 : S = 0 : N = 0 : sesli = 0 : sessiz = 0 : seslit = 0 : sessizt = 0
Dim SM, S, C, D, N, sesli, sessiz, seslit, sessizt, err, counter, space, hrk As Integer : NUMEROLOG = 0 : S = 0 : N = 0 : sesli = 0 : sessiz = 0 : seslit = 0 : sessizt = 0
Dim M, nitem, nesoohc, choosen As String: nitem = "": err = 0: tablo = LCase(tablo)
Select Case tablo
Case "date"
Expand Down

0 comments on commit 2d1dbfc

Please sign in to comment.