Thread
:
gematria calculator
View Single Post
07-14-2021, 07:07 AM
yacov
Windows 10
Office 2016
Competent Performer
Join Date: Oct 2019
Posts: 146
toolscalculator can be starting point,
Sub wcal()
If Selection.Name = "א" Then _
Selection.Name = "1"
If Selection.Name = "ב" Then _
Selection.Name = "2"
MsgBox "And the answer is... " & Selection.Calculate
End Sub
yacov
View Public Profile
Find all posts by yacov