Hello. In VBA, how do I activate the cell in which the macro control (in this case a button) sits? I'm sure this is something simple but I'm banging my head trying to figure it out. For a bigger picture, I'm trying to delete the current column, when I click a control in THAT column. If a cell somewhere else in the worksheet is active, then I need to move to the current column upon clicking the button, before I delete it. I can solve for the deleting, I just need it to get to that spot in the first place. I appreciate any help. Thanks.