V
Vadim Rapp
On a form in datasheet or continuous forms view, the user selects several
rows using Shift-click; then he uses shortcut menu that calls VBA code, so
at the time of VBA execution, selection is still in place.
Is there a way to programmatically determine which rows are selected?
Related question: shift-click selects the range of adjucent rows; is there a
way to select multiple non-adjucent rows, normally done with ctrl-click in
windows applications ?
thanks,
Vadim
rows using Shift-click; then he uses shortcut menu that calls VBA code, so
at the time of VBA execution, selection is still in place.
Is there a way to programmatically determine which rows are selected?
Related question: shift-click selects the range of adjucent rows; is there a
way to select multiple non-adjucent rows, normally done with ctrl-click in
windows applications ?
thanks,
Vadim