M
Mike G - D.C.
Folks –
I'm looking for a way for the end-user to select a sub-set, more often
non-contiguous, of data within a worksheet to take action.
I have a worksheet that will contain data in columns A through Y for any
number of rows. My end-user will be instructed to ctrl+click on the row
number of each row they want to take action. After which, the user will
select a button that triggers a macro to hopefully execute on just the rows
they've selected.
One thought I have is to programmatically insert an "x" in column Z of each
row in the selection. The logic being that each macro would only apply to
rows with an "x" in column Z.
Examples of actions are, find/replace values within the selected range,
copy/paste selected rows into a new workbook and delete rows selected.
All suggestions are greatly appreciated.
I'm looking for a way for the end-user to select a sub-set, more often
non-contiguous, of data within a worksheet to take action.
I have a worksheet that will contain data in columns A through Y for any
number of rows. My end-user will be instructed to ctrl+click on the row
number of each row they want to take action. After which, the user will
select a button that triggers a macro to hopefully execute on just the rows
they've selected.
One thought I have is to programmatically insert an "x" in column Z of each
row in the selection. The logic being that each macro would only apply to
rows with an "x" in column Z.
Examples of actions are, find/replace values within the selected range,
copy/paste selected rows into a new workbook and delete rows selected.
All suggestions are greatly appreciated.