J
JLong
I am using the Worksheet_SelectionChanged event to show a
ComboBox on the selected cell so the user could select an
item from the list, note that using datan validation
didn't work because the worksheet zoom factor is 60%.
Everything works fine except that when the combobox is
shown the user could select either the box or cell,
depending on how he clicks on the box. Is there a way of
setting the focus onto the box? Also, is it possible to
call a function on the sheet object from the thisworkbook,
and how?
ComboBox on the selected cell so the user could select an
item from the list, note that using datan validation
didn't work because the worksheet zoom factor is 60%.
Everything works fine except that when the combobox is
shown the user could select either the box or cell,
depending on how he clicks on the box. Is there a way of
setting the focus onto the box? Also, is it possible to
call a function on the sheet object from the thisworkbook,
and how?