fix positions height and width

Copper Contributor

Need help to make a Marco code to make sure that my button are at the same position at all time

It happens that they change size and position - In Format control I've have told that it's not allowed.

 

 

Private Sub CommandButton3_Click()
Import_Risk
End Sub

________________________________________________________________

Private Sub CommandButton4_Click()
IndsætStaffcosting
End Sub

_________________________________________________________________

Private Sub CommandButton5_Click()
IndsætLocal
End Sub

__________________________________________________________________

1 Reply

Simon,

 

Please put the button in the position you want, then right-click the button and go to Format Control >> Properties >> Don't move or size with cells

After that, go to the Developer >> Controls and turn off the design mode.

 

Hope that helps