I need to add multiple InputBoxes in my form. I'm stuck. I'm thinking I either need to add another sub or use Projects, add to project. I don't know. The book doesn't give you any instructions except how to add one iput box which wasn't a problem. Thanks for any help. Smarkles
I figure it out myself. I just put in a for loop.
Dim IntCount As Integer
For intCount = 1 To 3.
this makes the InputBox come up 3 times storing the values.Ok, well, thanks. Smarkles
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.