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
Post a Comment