Ok I have "Check1" and if it is checked then upon loading a file into "List1" I want it to add "_" after each name into "List1" but if it is not checked then it acts normal.Id aprpeciate some help here...Thx guys :)
Printable View
Ok I have "Check1" and if it is checked then upon loading a file into "List1" I want it to add "_" after each name into "List1" but if it is not checked then it acts normal.Id aprpeciate some help here...Thx guys :)
COuld someone plz help :) thx guys
OK, first of all please do not bump your posts just because you haven't received an answer after just an hour. Second, you probably didn't get an answer because you title is "Upo Loading" and nobody knows what "Upo" is. I assume you meant "Upon Loading" and if you see you have made a mistake like that you should edit the title. Third, here (I think) is your answer.
When you are loading the listbox do something like
VB Code:
If Check1.Value = vbChecked Then List1.AddItem MyString & "_" Else List1..AddItem MyString End If
Well 1 I was told I could bump them 2 I dont know how to edit im new and 3 thx man :)
OK, and here is one more thing you should do (and it explains how to edit the title :) ), go to your original post in this thread, click the Edit button that you see at the bottom next to the Quote button, change the Subject to "Upon Loading [Resolved]" and click the Save Changes button.
Ok kewl :) thx