Excel 2000
I have a workbook / worksheet in which the first four columns are a database / list. To the right, out of the database area, are two command buttons arranged vertically along with three text boxes with certain information I want displayed to the “user.” Whenever I delete a record (row) that is under the one of the command buttons, they seem to try to accommodate themselves to the reduced space by moving around, and one has to manually put them back in place.
Is there any way to change this behavior, such that the command buttons retain placement from the top of the worksheet border? I.e., their placement is not affected by the deletion of worksheet rows.
The problem with the text boxes was fixed by going to the “properties” on the right-click menu, “Format Text Box,” “Properties,” and selecting “Don’t move or size with cells.” There doesn’t seem to be a similar property on the properties dialog for the command buttons (which is the standard vba properties list for a control, not the properties tab on “Format Text Box”).
What I want is for the value of the “Top” property of both command buttons to be fixed, to not try to adjust itself when rows are deleted or added.