Mr_Ragweed
Board Regular
- Joined
- Dec 10, 2012
- Messages
- 74
Potentially silly question here - my apologies in advance....
I would like to basically recreate the grouping userform from the ribbon in Excel 2010. I have written a series of macros and userforms in a program that creates a lot of PT's and then lets the user group the data. A userform gives the user the choice to group by "gross margin dollars" or "gross margin %" and then click select. Upon that click event the data selected is "auto grouped" but filled with many decimals. The users of this program are not necessarily excels users and i cannot count count on them to find the "group" option on the data page and adjust the grouping range to their needs (This is a necessary step in the analysis). The pop-up provided in excel from the ribbon is sufficent (other than i might change some of the nomenclature to make the logic more intuitive for nonusers).
I see my options as this:
#1 recreate the grouping from the ribbon and have it launch on the click action in my userform
or #2 maybe i can make a "hot button" in a cell that automatically calls the one that exists in excel.
Any help is greatly appreciated. Thanks much to those who have at least taken the time to read through my babbling.
I would like to basically recreate the grouping userform from the ribbon in Excel 2010. I have written a series of macros and userforms in a program that creates a lot of PT's and then lets the user group the data. A userform gives the user the choice to group by "gross margin dollars" or "gross margin %" and then click select. Upon that click event the data selected is "auto grouped" but filled with many decimals. The users of this program are not necessarily excels users and i cannot count count on them to find the "group" option on the data page and adjust the grouping range to their needs (This is a necessary step in the analysis). The pop-up provided in excel from the ribbon is sufficent (other than i might change some of the nomenclature to make the logic more intuitive for nonusers).
I see my options as this:
#1 recreate the grouping from the ribbon and have it launch on the click action in my userform
or #2 maybe i can make a "hot button" in a cell that automatically calls the one that exists in excel.
Any help is greatly appreciated. Thanks much to those who have at least taken the time to read through my babbling.