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 -

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

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -