P
Peter
I am working on a tool that will assist teachers to fill out a marking
rubric. The rubric will be a word table with many rows with the following 3
coumns
* cloumn with checkbox that they click
* the marking standard with the mark as the first word
* column for the awarded mark
You can see a mockup of the table at
http://www.usq.edu.au/users/evansp/browse/eMarking_Assistant/markingRubric.doc
If the user clicks the checkbox then
* the relevant row will be shaded
* the mark (the first word in the second cell) will be inserted into the
third cell in the row
The code under the checkbox will need to be general so users can copy the
checkbox when they want to add more items to the marking rubric.
My questions are:
* How can VBA determine the row for the checkbox that was ticked
* how can I refer to the mark for that standard (the first word in the
second cell in that row)
Peter
rubric. The rubric will be a word table with many rows with the following 3
coumns
* cloumn with checkbox that they click
* the marking standard with the mark as the first word
* column for the awarded mark
You can see a mockup of the table at
http://www.usq.edu.au/users/evansp/browse/eMarking_Assistant/markingRubric.doc
If the user clicks the checkbox then
* the relevant row will be shaded
* the mark (the first word in the second cell) will be inserted into the
third cell in the row
The code under the checkbox will need to be general so users can copy the
checkbox when they want to add more items to the marking rubric.
My questions are:
* How can VBA determine the row for the checkbox that was ticked
* how can I refer to the mark for that standard (the first word in the
second cell in that row)
Peter