|
-
Dec 3rd, 2007, 08:45 PM
#15
Thread Starter
Lively Member
Re: division in text box
It works fine. I added an if statement.
Vbcode
info = TextBox1.Text
' Find the Division.
Split = InStr(1, info, "/", vbTextCompare)
If Split = 1 then goto A:
And A: is down past all the other code for this. Not sure if this is the best way but it works.
Reston
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
|