-
Sometimes I have a single sheet with a few different categories in a certain column, but I want multiple sheets, one for each category. I can do this by hitting Is there a quicker way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
Everything is possible with the magic of Python! :) I think something like this should work:
(It's important to put the [edited to include @DAVIDWALES improvements below] |
Beta Was this translation helpful? Give feedback.
Everything is possible with the magic of Python! :)
I think something like this should work:
(It's important to put the
push
,selectedRows
in the execstr itself (along with anycursor*
orinput()
), as various things like the cmdlog and menu system look into the execstr for their functionality.)[edited to include @DAVIDWALES improvements below]