Hey All,
I've looked through google and remembered I've been helped before here, so I figured I'd ask.
This is probably simple for most, but for me, nope.
I'm looking to use Excel to keep a track of people I play games with, say I've got a game with 4 players maximum, and 12 players, I want to put all their names in a column, and have a button on the right. When I click the button, it does this
Copy First Top Cell into buffer
Shift all cells below that one, up 1
Place buffer into last cell.
That way, I can put in a fixed 'hey, when you get to 20 points, your dropping and bob is joining', etc and be able to track rotation.
But it would be nice, not having fixed ranges, so I can just pull people out the list if they leave, or add people in if they come along later and the VBA script works out what it needs to work out. Be even more special if I had a button that closed any spaces if I deleted a person from the column (if they are gone for the night)
Is this possible?
Thanks in advance.
I've looked through google and remembered I've been helped before here, so I figured I'd ask.
This is probably simple for most, but for me, nope.
I'm looking to use Excel to keep a track of people I play games with, say I've got a game with 4 players maximum, and 12 players, I want to put all their names in a column, and have a button on the right. When I click the button, it does this
Copy First Top Cell into buffer
Shift all cells below that one, up 1
Place buffer into last cell.
That way, I can put in a fixed 'hey, when you get to 20 points, your dropping and bob is joining', etc and be able to track rotation.
But it would be nice, not having fixed ranges, so I can just pull people out the list if they leave, or add people in if they come along later and the VBA script works out what it needs to work out. Be even more special if I had a button that closed any spaces if I deleted a person from the column (if they are gone for the night)
Is this possible?
Thanks in advance.