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
Post a Comment