Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default Design Problem : Help users who do not finish editing one cell and try to click combo box in another

Hi All

I have a sheet that my users enter data on. I have one cell (say A1)
which is a normal, general cell for a number to be entered. The next
cell (say A2) I use to house a combo box with a pull down list of
options for them to select.

What I have noticed is that some users enter the number into A1 and
then try to select a combo box value for A2 without hitting enter
first in A1. That is, they are still in edit mode in A1, they know in
their head that they are done entering information there so they then
try to use the combo box in A2. Excel still thinks they are editing A1
and does not let the combo box take the click. The users (who are not
Excel savy enoough to know to hit enter and get out of edit mode) are
very confused and think the system is broken.

Has anyone else experienced this problem and designed their way out of
it? Is there some way to handle this with events? Any ideas will be
greatly appreciated.

Thanks in advance,
Chrisso

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Design Problem : Help users who do not finish editing one cell and try to click combo box in another

make the combobox hidden until the user enters a value in A1 and hits enter.
Use the change event to capture this action. In that event, make the
combobox visible.

--
Regards,
Tom Ogilvy


"Chrisso" wrote in message
ups.com...
Hi All

I have a sheet that my users enter data on. I have one cell (say A1)
which is a normal, general cell for a number to be entered. The next
cell (say A2) I use to house a combo box with a pull down list of
options for them to select.

What I have noticed is that some users enter the number into A1 and
then try to select a combo box value for A2 without hitting enter
first in A1. That is, they are still in edit mode in A1, they know in
their head that they are done entering information there so they then
try to use the combo box in A2. Excel still thinks they are editing A1
and does not let the combo box take the click. The users (who are not
Excel savy enoough to know to hit enter and get out of edit mode) are
very confused and think the system is broken.

Has anyone else experienced this problem and designed their way out of
it? Is there some way to handle this with events? Any ideas will be
greatly appreciated.

Thanks in advance,
Chrisso



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default Design Problem : Help users who do not finish editing one cell and try to click combo box in another

Thanks Tom - an interesting idea.

Quite by chance I used the list option of cell validation (Data-
Validation) and it does almost the same thing for free!!! It

definitely solves my problem as the selector does not appear unitl the
cell is selected and thus the previous cell is finsihed editing.

The only downside is that the list must exist on the same sheet your
cells are - this is a bummer as I want a master list on a seperate
"Settings" worksheet for the allowable values - but I am sure I can
get around this with a bit of thought.

Thanks again for your ideas Tom and all the posts you have made to
this group over the years. I have certainly used and appreciated a lot
of them.

Chrisso


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default Design Problem : Help users who do not finish editing one cell and try to click combo box in another

Chrisso,

You can use a named range from another sheet in your workbook for your data
validation list. For example, name a range on Sheet2 "test". You can then
refer to it from the "List" box in the Data Validation dialog box.

hth,

Doug

"Chrisso" wrote in message
ups.com...
Thanks Tom - an interesting idea.

Quite by chance I used the list option of cell validation (Data-
Validation) and it does almost the same thing for free!!! It

definitely solves my problem as the selector does not appear unitl the
cell is selected and thus the previous cell is finsihed editing.

The only downside is that the list must exist on the same sheet your
cells are - this is a bummer as I want a master list on a seperate
"Settings" worksheet for the allowable values - but I am sure I can
get around this with a bit of thought.

Thanks again for your ideas Tom and all the posts you have made to
this group over the years. I have certainly used and appreciated a lot
of them.

Chrisso




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
Combo chart format- what is the best way to achieve this design? ker_01 Charts and Charting in Excel 1 March 9th 09 11:18 PM
Editing combo-box properties Inquiringmind Excel Discussion (Misc queries) 4 October 30th 07 04:07 AM
disable users from editing an excel sheet once they open Pietro Excel Discussion (Misc queries) 0 September 29th 07 02:26 PM
How to fill List in Combo Box from Design Resant Excel Programming 4 May 3rd 06 10:16 AM
Design Q: XL XP, 97 and multiple users submitting data over intranet Keith R[_3_] Excel Programming 0 November 5th 03 09:44 PM


All times are GMT +1. The time now is 02:58 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"