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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -