strVal = 54321
for IntIcounter = len(strVal) to 1 step -1
strInd= Left(strVal,IntIcounter)
strFinal = strFinal + strInd &VBCRLF
Next
msgbox strFinal
for IntIcounter = len(strVal) to 1 step -1
strInd= Left(strVal,IntIcounter)
strFinal = strFinal + strInd &VBCRLF
Next
msgbox strFinal