I need to run macro from a group of macros according to cell value within range of cells when a cell value in other range of cells changed
For more details:
I have 8 macros named "group1", "group2", … , "group8"
I have range of cells (B5:B52) the cell value in the range maybe 1 or 2 or 3 or , … , 8 these cells values will not be changed
I have range of cells (G5:H52) will be changed according to user input
Examples:
If cell G5 or H5 changed and cell B5 value is 1 then run macro "group1" (Note that: changeable cell in columns B, G and H with same row number are in relation)
If cell G9 or H9 changed and cell B9 value is 5 then run macro "group5" (Note that: changeable cell in columns B, G and H with same row number are in relation)
Regards
For more details:
I have 8 macros named "group1", "group2", … , "group8"
I have range of cells (B5:B52) the cell value in the range maybe 1 or 2 or 3 or , … , 8 these cells values will not be changed
I have range of cells (G5:H52) will be changed according to user input
Examples:
If cell G5 or H5 changed and cell B5 value is 1 then run macro "group1" (Note that: changeable cell in columns B, G and H with same row number are in relation)
If cell G9 or H9 changed and cell B9 value is 5 then run macro "group5" (Note that: changeable cell in columns B, G and H with same row number are in relation)
Regards