Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Entering Multiple Items in a Single Cell - gmail has it right, can Excel do it too?

In gmail, when I click 'Compose Mail' the cursor is placed in the 'To:'
textbox. The behavior that takes place in this textbox is what i'd like to
achieve in Excel. When I begin to type a contact name, a smart dropdown
list presents all the contacts that begin with the text that i have typed.
This dropdown refreshes with every keystroke I make. By default, the first
item in the dropdown is always selected. If the first item is the right
one, I can click the 'Tab' key and the contact's name is completed in the
textbox. I could have also opted to arrow up or down or use the mouse to
select a different item in the dropdown list. Once a contact is selected,
it is added to the textbox, followed by a comma, afterwhich the cursor sits,
waiting for the next contact name. They can begin the process all over
again to choose another contact.

The user does not have to choose one of the existing contacts presented in
the dropdown list. Instead they can opt to free type. Unlike the gmail
behavior above, in my spreadsheet, I'd like a valdiation msgbox that informs
the user if they have entered something that is not in the list, at which
point they are presented with the option to add it to the list of contacts.
Only once it has been added to the list will the user be allowed to proceed.

How can I do this in Excel? Is there a snap-in that allows for this complex
behavior?

Thanks!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 694
Default Entering Multiple Items in a Single Cell - gmail has it right, can

Jesse,

You can use data validation to have a lookup list and you can then set a
warning rather than a stop.

You can then set a on change event for the worksheet to maintain the list
with a seperate macro for the worksheet.

I hope this gives you some ideas to start.
--
Hope this helps
Martin Fishlock
Please do not forget to rate this reply.


"Jesse Aufiero" wrote:

In gmail, when I click 'Compose Mail' the cursor is placed in the 'To:'
textbox. The behavior that takes place in this textbox is what i'd like to
achieve in Excel. When I begin to type a contact name, a smart dropdown
list presents all the contacts that begin with the text that i have typed.
This dropdown refreshes with every keystroke I make. By default, the first
item in the dropdown is always selected. If the first item is the right
one, I can click the 'Tab' key and the contact's name is completed in the
textbox. I could have also opted to arrow up or down or use the mouse to
select a different item in the dropdown list. Once a contact is selected,
it is added to the textbox, followed by a comma, afterwhich the cursor sits,
waiting for the next contact name. They can begin the process all over
again to choose another contact.

The user does not have to choose one of the existing contacts presented in
the dropdown list. Instead they can opt to free type. Unlike the gmail
behavior above, in my spreadsheet, I'd like a valdiation msgbox that informs
the user if they have entered something that is not in the list, at which
point they are presented with the option to add it to the list of contacts.
Only once it has been added to the list will the user be allowed to proceed.

How can I do this in Excel? Is there a snap-in that allows for this complex
behavior?

Thanks!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel clicking selects multiple cells instead of a single cell texmaam Excel Discussion (Misc queries) 2 March 11th 10 05:19 PM
How can I enter multiple paragraphs in a single Excel cell? dclink9 Excel Discussion (Misc queries) 2 June 9th 06 10:34 PM
Can I run Excel LookUp on a single cell through multiple sheets Neil Excel Worksheet Functions 2 March 21st 06 02:25 PM
Entering array in single cell nospaminlich Excel Discussion (Misc queries) 6 February 11th 05 05:01 PM
Excel should allow multiple hyperlinks in a single cell mrpb Excel Discussion (Misc queries) 1 January 18th 05 01:51 PM


All times are GMT +1. The time now is 02:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"