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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -