Hi,
First, you know when you have a few numbers in excel in a column. ie:
1
2
3
4
5
If you select the cell below 5 and click the greek E in the toolbar for SUM(), it automatically enters the sum formula for those previous cells. But before it finalizes the formula it selects the cells and lets you change the range... Is there a way to duplicate this "selecting the range and let the user change it" before comitting the formula in VBA?
Second, is it possible to add a custom "commandbuttom" or anything to an already existing menu button. Like if i wanted to make an AutoAverage button and place it beside the SUM button in the already existing toolbar?
Thank you.
First, you know when you have a few numbers in excel in a column. ie:
1
2
3
4
5
If you select the cell below 5 and click the greek E in the toolbar for SUM(), it automatically enters the sum formula for those previous cells. But before it finalizes the formula it selects the cells and lets you change the range... Is there a way to duplicate this "selecting the range and let the user change it" before comitting the formula in VBA?
Second, is it possible to add a custom "commandbuttom" or anything to an already existing menu button. Like if i wanted to make an AutoAverage button and place it beside the SUM button in the already existing toolbar?
Thank you.