Thread
:
HELP!!!! needed in Excel
View Single Post
#
5
Posted to microsoft.public.excel.programming
Ardus Petus
external usenet poster
Posts: 718
HELP!!!! needed in Excel
Try the .Topindex property of Combobox
HTH
--
AP
"Ivan Raiminius" a écrit dans le message de
news:
...
Hi,
try using match function:
=match(data value,original list used to fill combobox,0) should give
you the index you are looking for (in case first index was 0, substract
1 from match result)
Regards,
Ivan
Reply With Quote
Ardus Petus
View Public Profile
Find all posts by Ardus Petus