P
Peter
I have an automated marking rubric (basically a Word table with criteria in
rows and standards in the columns) which the user can click in and then press
the f6 function keys to highlight the cell and then record, total and rescale
the mark. If they press F5 the mark is moved down if there is a mark range
and F67 will increase it. You can see a screen movie at
http://emarkingassistant.com/movies/rubric/
..
I would like to change the interface so the user could click a cell and
depending on what modifier key they had held down during the mouse click the
decrement (control), toggle (shift) or increment (Alt) procedures were used.
My question is how to I detect when someone has clicked in a cell in a table
and then return the cell row and column and what modifier key was pressed
when the click occurred. I was going to use the WindowSelectionChange event
as suggested by Greg Maxey at http://gregmaxey.mvps.org/Table_Cell_Data.htm
but i also need to be able to tell if they have clicked in the same cell
again ( so they can unselect it) and this will not fire the event as the
selection has not changed.
Any assistance will be very gratefully received,
Peter Evans
BTW. I am pretty pleased as the above VBA also has Userforms and it works
perfectly on a Mac using Office 2004.
rows and standards in the columns) which the user can click in and then press
the f6 function keys to highlight the cell and then record, total and rescale
the mark. If they press F5 the mark is moved down if there is a mark range
and F67 will increase it. You can see a screen movie at
http://emarkingassistant.com/movies/rubric/
..
I would like to change the interface so the user could click a cell and
depending on what modifier key they had held down during the mouse click the
decrement (control), toggle (shift) or increment (Alt) procedures were used.
My question is how to I detect when someone has clicked in a cell in a table
and then return the cell row and column and what modifier key was pressed
when the click occurred. I was going to use the WindowSelectionChange event
as suggested by Greg Maxey at http://gregmaxey.mvps.org/Table_Cell_Data.htm
but i also need to be able to tell if they have clicked in the same cell
again ( so they can unselect it) and this will not fire the event as the
selection has not changed.
Any assistance will be very gratefully received,
Peter Evans
BTW. I am pretty pleased as the above VBA also has Userforms and it works
perfectly on a Mac using Office 2004.