Hi Folks,
I am trying to link the maximum values of a set of scroll bars (across many sheets in the same workbook) to a range of cells set to display the current maximum value. The maximum value for each scrollbar will change each month, necessitating this update. I have almost 100 scroll bars across my workbook, so this would be a prime candidate for automation via VBA.
Here is the deal. Each scroll bar is already linked to a given cell on my "controls" sheet. Two cells to the right of each linked cell is the maximum value that I would like the scroll bar to display. Is there a simple vba code that would assign the each scroll bar's maximum to the value in the cell that is offset 2 columns from each scroll bar's linked cell?
Thank you and please let me know if you need any clarification on my issue. I am using Excel 2007.
Tom
I am trying to link the maximum values of a set of scroll bars (across many sheets in the same workbook) to a range of cells set to display the current maximum value. The maximum value for each scrollbar will change each month, necessitating this update. I have almost 100 scroll bars across my workbook, so this would be a prime candidate for automation via VBA.
Here is the deal. Each scroll bar is already linked to a given cell on my "controls" sheet. Two cells to the right of each linked cell is the maximum value that I would like the scroll bar to display. Is there a simple vba code that would assign the each scroll bar's maximum to the value in the cell that is offset 2 columns from each scroll bar's linked cell?
Thank you and please let me know if you need any clarification on my issue. I am using Excel 2007.
Tom