In Excel I have created a form. On this form I have created 3 buttons.
I want to be able to move these button at runtime.
The problem which I have is how do I re
Private Sub CommandButton1_Click() Me.Controls("CommandButton1").Move 0, 0 End Sub