This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
Overview
Download & View My Number To Word Converter as PDF for free.
Sub Button2_Click() Dim Fig As String, retVal As String Fig = InputBox("Enter the figure to conver below:") retVal = FigureCounter(Fig) MsgBox Fig & ": " & retVal End Sub Function FigureCounter(ByVal dFig As String) Dim L As Integer, strWord As String, FigLeft As Integer Dim ParentNum As Integer