VBA Select value from a multicolumn listbox -


before had insert column listbox 1 working fine:

listbox1.value = ws.range("g5").value 

it selects listbox value based on value in "g5"

i achieve same functionality two-column listbox, selection in first column of listbox based on "g5" value

also 1 give me error :

listbox1.column(0).value = ws.range("g5").value 


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -