Building Custom AutoComplete

  • Thread starter Kalvin Kaligis \(JKT\)
  • Start date
K

Kalvin Kaligis \(JKT\)

In one of my project, it is required in excel to built
auto-complete when typing an entry in a cell. It is also
required that the autocomplete data-source will come from
sql server.

Is there anybody that can give me a hint, how to
accomplish this? is it possible can be done or is there
any alternatives?

Thank you very much.
 
J

J.E. McGimpsey

It can't be done via VBA since macros are suspended while in Edit
mode.

Don't know if an API solution is possible.
 
Top