Making a number have Text format
Hi Howard,
Don't see the original post :-(
Do you mean something like:
Sub b()
Dim s As String
s = Format$(1.2345, "$0.000")
Debug.Print s
End Sub
or
Sub c()
Dim s As String
s = Format$(1234568, "00-00-00-00")
Debug.Print s
End Sub
Perhaps I'm missing something. As I say I can't see your original post.
Regards,
Peter Beach
"Howard Kaikow" wrote in message
...
It's been a while, so I guess there's no solution.
|