Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
action upon selection | Excel Programming | |||
Action on sheet Selection | Excel Programming | |||
Action on sheet Selection | Excel Programming | |||
onClick action from cell selection | Excel Programming |