excel vba mac - Run time error "1004" in vba code -


i have run time error code:

textbox8 = worksheets("listofbuyer").range("b" & combobox1.listindex + 1) 

the real issue combo box either has:- 1. no selection made yet 2. set value not match 1 of entries in list (properties achieve style = fmstyledropdowncombo , matchentry = fmmatchentrynone

either way, find combobox1.listindex equal -1, resulting in range specified b0.


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -