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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -