I really can't see that you would get an error message, but it would add an empty string to the ListBox.VB Code:
StrVar = InputBox("Add A Base Word To The List", "Add Word To list") If Len(StrVar) > 0 Then lstRoot.AddItem StrVar End If
|
Results 1 to 6 of 6
Thread: Error RESOLVEDHybrid View
|
Click Here to Expand Forum to Full Width |