Control or VBA programming a button
All of thats quite possible.
to change the label on the button you'd just have the following code:
CommandButton1.Caption = "New Name"
CommandButton1 is the name of the button you've currently placed on that sheet
I'm not quite sure I understand the rest of your question? - do you want the macro to change the formula to refer to the other sheet? in which case you could just have the formula look like this =INDIRECT("Sheet"&B6&"!C11") with the cell B6 being the number 1 or 2 and therefore pointing the data to sheet 1 or 2
|