Group1,Group2,Group3,Group4,Group5
X001,X011,X012,X300,X001
X004,X013,X200,X301,X004
X007,X014,X201,X302,X007
X008,X015,X202,X303,X008
X009,X016,X203,,X009
X010,X033,X204,,X010
X034,X035,X205,,X011
,X036,X206,,X012
,X037,X207,,X013
,X038,X220,,X014
,,X224,,X015
,,X225,,X016
,,,,X033
,,,,X034
,,,,X035
,,,,X036
,,,,X037
,,,,X038
,,,,X200
,,,,X201
,,,,X202
,,,,X203
,,,,X204
,,,,X205
,,,,X206
,,,,X207
,,,,X220
,,,,X224
,,,,X225
The above is an Excel table (sorry I cannot use the table app this site has while at work) and I need your help.
I need a menu execution that will let the user choose to process Group # and will only affect the worksheets named from the above list under that Group #.
Each of my macros does basically the same thing except they are reliant on the Group # and the worksheet name.
Each macro opens the xlsx file with the "x" sheet names, and data is processed within the workbook. From there it is added to the Group worksheet in the list.
I hope this is enough information to help you help me to get started in the right direction. It was suggested to me by an associate that i might be able to use an array to identify the sheets but it wasn't made clear and the associate isn't available to explain further. Thank you for all of your help and advice.
-- g
X001,X011,X012,X300,X001
X004,X013,X200,X301,X004
X007,X014,X201,X302,X007
X008,X015,X202,X303,X008
X009,X016,X203,,X009
X010,X033,X204,,X010
X034,X035,X205,,X011
,X036,X206,,X012
,X037,X207,,X013
,X038,X220,,X014
,,X224,,X015
,,X225,,X016
,,,,X033
,,,,X034
,,,,X035
,,,,X036
,,,,X037
,,,,X038
,,,,X200
,,,,X201
,,,,X202
,,,,X203
,,,,X204
,,,,X205
,,,,X206
,,,,X207
,,,,X220
,,,,X224
,,,,X225
The above is an Excel table (sorry I cannot use the table app this site has while at work) and I need your help.
I need a menu execution that will let the user choose to process Group # and will only affect the worksheets named from the above list under that Group #.
Each of my macros does basically the same thing except they are reliant on the Group # and the worksheet name.
Each macro opens the xlsx file with the "x" sheet names, and data is processed within the workbook. From there it is added to the Group worksheet in the list.
I hope this is enough information to help you help me to get started in the right direction. It was suggested to me by an associate that i might be able to use an array to identify the sheets but it wasn't made clear and the associate isn't available to explain further. Thank you for all of your help and advice.
-- g