Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have a combobox in workbook A linked to Workbook B, Workbook B has 5000
names so it's dificult to find the name using the combobox because of the combobox lenght, I want to be able to put some letters of the name so when those letters matches exactly with the name, appears in black the missing part of the name (like excells autofill but betwen workbooks). Any suggestions??? Also: I'm from Mexico but I'll travel to LA on july and I want to take a VB course and/or certification, Do you know somewhere where I can take this course??? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the names in Workbook B are sorted, and it's the first few characters
of a name that you enter, you might find the name by entering the characters into an inputbox when you double click on any cell in a specific sheet in Workbook A MATCH Worksheet Function in a macro as a substitute for hyperlinks, in a a name and address list. (#match) http://www.mvps.org/dmcritchie/excel/event.htm#match -- --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "filo666" wrote in message ... Hi, I have a combobox in workbook A linked to Workbook B, Workbook B has 5000 names so it's dificult to find the name using the combobox because of the combobox lenght, I want to be able to put some letters of the name so when those letters matches exactly with the name, appears in black the missing part of the name (like excells autofill but betwen workbooks). Any suggestions??? Also: I'm from Mexico but I'll travel to LA on july and I want to take a VB course and/or certification, Do you know somewhere where I can take this course??? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Basic Question on autocomplete function | Excel Worksheet Functions | |||
excel 2002 question for pick from list with autocomplete function | Excel Worksheet Functions | |||
Another Autocomplete question! | Excel Discussion (Misc queries) | |||
Autocomplete question | Excel Discussion (Misc queries) | |||
Autocomplete Possible? | Excel Programming |