excel - Enabling scroll with xlValidateList -
i able scroll list create dropdown using vba. current code is:
with dashboard.range("ac17").validation .add type:=xlvalidatelist, alertstyle:=xlvalidalertstop,operator:=xlbetween, formula1:="='hidden template'!$ah$3:$ah$72" .ignoreblank = true end
it creates dropdown list fine, ability scroll list mouse wheel when selecting it.
any suggestions?
thanks!!
the scrolling in area apparently doesn't work well. user on site, jaafar tribak, has posted way this: scroll data validation list.
it's kinda involved, code appears pretty plug-and-play. see last post on page.
additionally, if put mouse on actual scroll bar , start scrolling, start working kind of. might able come sort of solution using controls
Comments
Post a Comment