PC Review


Reply
Thread Tools Rate Thread

Click tool question

 
 
Enz
Guest
Posts: n/a
 
      4th Oct 2007

Hi Folks,

I need some advice on how to make a user interface friendly. I have a
macro sheet that has a list of tasks that is periodically loaded by
another controlling macro sheet. The sheet with the list of tasks is
used by an end user that has a requirement to quickly be able to click
on a button or a cell to capture tasks being performed in a day.

As indicated the list is dynamic and contains anywhere from 10 - 800
rows, therefore adding buttons beside each row is probably not a good
idea (as row heights will change, and I would need a way to associate
a row to a specific button, and also every time the list changes, the
number of buttons would have to be adjusted - either deleted and then
recreated). Originally this macro was coded using buttons, however it
was done for a known small number of entries in the list.

I have changed this, so that a double click on the cell that is to be
incremented increments a value in the cell clicked on automatically.
Problem is that when you double click it leaves you in edit mode on
the cell double clicked. This I believe will be seen as not
friendly. Though having said that, there could be the odd situation
where an end user may require to go into a cell and just put in a
value.

Does anyone have a suggestion where when you have a dynamic list being
loaded into a macro sheet, that has a requirement for an end user to
quickly add one to total for a specific list item (ideally with one
click), but also have the option to just go into the cell and hardcode
a value?

much appreciated,
Regards,
Enzo

 
Reply With Quote
 
 
 
 
=?Utf-8?B?Sm9obiBCdW5keQ==?=
Guest
Posts: n/a
 
      4th Oct 2007
It is kind of dangerous to increment data just clicking on a cell, i double
click by accident all the time, what I would do is put either a spinner
button in the menu or 2 buttons, an up and a down, then code them to
Activecell=Activecell+1. then they click on the cell they want to chnge, then
click the button to increment/decrement. You could even assign the macro to
keystrokes so they could change the active cell on Ctl+Shift U and Ctl+Shift
D.
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"Enz" wrote:

>
> Hi Folks,
>
> I need some advice on how to make a user interface friendly. I have a
> macro sheet that has a list of tasks that is periodically loaded by
> another controlling macro sheet. The sheet with the list of tasks is
> used by an end user that has a requirement to quickly be able to click
> on a button or a cell to capture tasks being performed in a day.
>
> As indicated the list is dynamic and contains anywhere from 10 - 800
> rows, therefore adding buttons beside each row is probably not a good
> idea (as row heights will change, and I would need a way to associate
> a row to a specific button, and also every time the list changes, the
> number of buttons would have to be adjusted - either deleted and then
> recreated). Originally this macro was coded using buttons, however it
> was done for a known small number of entries in the list.
>
> I have changed this, so that a double click on the cell that is to be
> incremented increments a value in the cell clicked on automatically.
> Problem is that when you double click it leaves you in edit mode on
> the cell double clicked. This I believe will be seen as not
> friendly. Though having said that, there could be the odd situation
> where an end user may require to go into a cell and just put in a
> value.
>
> Does anyone have a suggestion where when you have a dynamic list being
> loaded into a macro sheet, that has a requirement for an end user to
> quickly add one to total for a specific list item (ideally with one
> click), but also have the option to just go into the cell and hardcode
> a value?
>
> much appreciated,
> Regards,
> Enzo
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
right click on excel cell a tool bar comes up - how to eliminat =?Utf-8?B?UGhyZWQ=?= Microsoft Excel Misc 0 28th Mar 2007 02:54 AM
Tool drop down and right click choices are missing =?Utf-8?B?Qm96bw==?= Microsoft Excel Misc 4 1st Nov 2006 05:38 PM
Tool to enable Right click on pages where Right click is disabled tsteinke@gmail.com Freeware 11 16th Mar 2006 05:29 PM
PLEASE HELP ME REMOVE - ctrl+click tool tip kevin@webpageconcepts.com Microsoft Frontpage 5 7th Mar 2006 06:01 PM
Tool to Enable right click on web pages where right click disabled tsteinke@gmail.com Windows XP Internet Explorer 4 22nd Aug 2005 01:14 AM


Features
 

Advertising
 

Newsgroups
 


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