View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Help with vlookup with certain cell change

Consider making the "name" entry a Data Validation entry based on your list
of names so it would not need code.

"Stan Lo" wrote:

Hi All,

I'm a newbie with Excel VBA so please beare with me. I'm developing a
daily logging spreadsheet on all the employee's attendance. This
spreadsheet comprises of 2 sheets;"incidents" and "name". First being the
logging sheet and the later contains a list of employee's name.
When a name is entered into any cells in column D in "incident", it needs
to be validated by comparing to the named range in "name". If the name
exist, then the name will be accepted as is. Otherwise the user will have
the option of re-entering the name or add the name to the existing list in
the named range under "name".

Any help is much appreciated.

Slo