|
-
May 31st, 2002, 10:52 PM
#7
Hyperactive Member
I am probably stupid, but...
Dim ans2 As String
Dim x As Integer
Dim i As Long
x = Text1
For i = Text1 To Text2
ans2 = LPAD(x, Text3)
x = x + 1
Next
MsgBox "Finsihed", , "End"
Why isn't this working ?
text 1 = starting number
text 2 = ending number
text 3 = number of 0's to pad with
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|