I have a series of buttons that are above a pivot table.
They are Active-x controls.
As the data in the pivot table changes, the width of the columns change and as a result the buttons move since they are aligned with the cells.
How can I get them to "float" so when the width of the cells change the don't shift.
Is there a Property I can change?
Do I need to write code to reposition them each time?
Thanks.