Hi All,
I wonder if anyone has a suggestion as how I would go about this:
I have a workbook with a lot of buttons created from the forms option. These are on all sheets and at present there are around 200 sheets, each having different buttons in different places.
I (stupidly) didnt set consistent properties and not want to change all of them to be 'move and size with cells'. Does anyone know I can loop through button by button, or bulk select them all at once?
I know I need to use
to change them, but cant figure out how to get the loop or bulk select.
Also... not sure if it can be done, but would you know how to snap them to the cell they are in (so they are the same size as the cell)? - They mostly are (done by hand during creation) but some have fallen out due to column and row resizing. If this can be done - a point of note: some buttons are 1 cell in size, and others are across 2, 3 or more, both by column and lines. I think this may have to be a manual 'fix'. But any help with the loop or bulk select would be truely awesome.
Thanks in advance
Upex
I wonder if anyone has a suggestion as how I would go about this:
I have a workbook with a lot of buttons created from the forms option. These are on all sheets and at present there are around 200 sheets, each having different buttons in different places.
I (stupidly) didnt set consistent properties and not want to change all of them to be 'move and size with cells'. Does anyone know I can loop through button by button, or bulk select them all at once?
I know I need to use
Code:
.Placement = xlMoveAndSize
.PrintObject = False
Also... not sure if it can be done, but would you know how to snap them to the cell they are in (so they are the same size as the cell)? - They mostly are (done by hand during creation) but some have fallen out due to column and row resizing. If this can be done - a point of note: some buttons are 1 cell in size, and others are across 2, 3 or more, both by column and lines. I think this may have to be a manual 'fix'. But any help with the loop or bulk select would be truely awesome.
Thanks in advance
Upex
Last edited: