Page 203 - Ms Excel 2010
P. 203

Chương 8. Phím tắt va ̀  Thủ thuật


                         Case 5: Result = "Nam muoi "

                         Case 6: Result = "Sau muoi "

                         Case 7: Result = "Bay muoi "

                         Case 8: Result = "Tam muoi "

                         Case 9: Result = "Chin muoi "

                         Case Else

                         End Select

                         ' Convert ones place digit.

                         Result = Result & ConvertDigit(Right(MyTens, 1))

                         End If

                         ConvertTens = Result

                         End Function

                         Private Function ConvertDigit(ByVal MyDigit)

                         Select Case Val(MyDigit)

                         Case 1: ConvertDigit = "Mot"

                         Case 2: ConvertDigit = "Hai"

                         Case 3: ConvertDigit = "Ba"

                         Case 4: ConvertDigit = "Bon"

                         Case 5: ConvertDigit = "Nam"

                         Case 6: ConvertDigit = "Sau"

                         Case 7: ConvertDigit = "Bay"

                         Case 8: ConvertDigit = "Tam"

                         Case 9: ConvertDigit = "Chin"

                         Case Else: ConvertDigit = ""

                         End Select

                         End Function

                  Bước 3. Bấm phím Alt + F11 một lần nữa và bấm Ctrl + S để save lại toàn bộ tài liệu.

                                                                                                    Trang 203




               Tải miễn phí tại: Webtietkiem.com
   198   199   200   201   202   203   204   205   206   207   208