Joke Collection Website - Joke collection - In excel, numbers can be represented by orthography. For example, 5 is orthography, and 4 is orthography with one less stroke?

In excel, numbers can be represented by orthography. For example, 5 is orthography, and 4 is orthography with one less stroke?

A user-defined function is written, which can convert natural numbers into folk "positive" words, but four words are replaced by stop words (folk lacks a horizontal line from above and a horizontal line from below).

The public function Num As Long is used as a string.

Dim i is an integer, J is an integer and Mstr is a string.

L = Int (number/5)

Y = number Mod 5

If L> then 0

For i = 1 to l

Mstr = mstr & "positive"

then

If ... it will be over.

Select case y

Case 1

Mstr = mstr & "one"

Case 2

Mstr = Mstr & amp"?"

Case 3

MSTR = MSTR & "Up"

Case 4

MSTR = MSTR & "Stop"

End selection

Zheng = Mstr

End function