Hi folks,
I'm trying to develop a simple Kanban/Scrum tool in Excel. I have set up row/column settings and am putting in "sticky notes" in each cell. Using the snap to grid, i can achieve a drag&drop function from column to column.
My issue is that each "sticky note" has a Text Description field, an Assigned To drop-down list, a Estimated Days spin control, and Tested checkbox. I have grouped all these items with an Image activeX background, forming a group.
My problem is that when I try to record a macro that will move the sticky note to the next column, it records this string ActiveSheet.Shapes("Group 111").Select
Is there a property that I can use to substitute for the "Group111" name, such as ActiveSheet.Shapes(Current).Select or a similar construct. I need the macro to be generic in the naming of the currently selected Group as I will be adding dozens of Sticky Notes in a given project.
I can't find this solution anywhere on the web. Help me Obiwan, you;re my last hope!![]()
Bookmarks