Posts by Douglas Sato • 5 points
2 posts
-
0
votes1
answer1488
viewsQ: Error 381 listbox.list VBA
Hello! Basically I need to add up the values of listbox, only my program is showing the following error. Runtime error '381': Could not fetch List property. Invalid property array index. Private Sub…
-
0
votes1
answer668
viewsQ: How to add content to the Excel VBA Listbox
Hello, I have a question in a code for Excel VBA. I want the code to search in the spreadsheet the same number that was entered in the TextBox, after finding it sends the information of the entire…