Hi All
I am working on a excel sheet in which data is appearing in columns B, C and D from row 8 to 81 with heading in row 7. Data is filtered in ascending order in column B (all column contains text data). Now I have to enter a text data in row 82 column B (i.e. cell B82). I want that as soon as I enter a data in row 82 column B, a macro should be triggered which should arrange the data in column B in ascending order again. This process should be repeated every time when i enter data in column B in a new row. Please tell me what code should i use to trigger macro and also what should be the coding of the macro which would filter the data. Further after doing this I had to color the rows with alternate color i.e. row 8, 10, 12.... should be colored with a specific color and row 9, 11 ,13... should be colored with other specific color....
Seeking for the help...
I am working on a excel sheet in which data is appearing in columns B, C and D from row 8 to 81 with heading in row 7. Data is filtered in ascending order in column B (all column contains text data). Now I have to enter a text data in row 82 column B (i.e. cell B82). I want that as soon as I enter a data in row 82 column B, a macro should be triggered which should arrange the data in column B in ascending order again. This process should be repeated every time when i enter data in column B in a new row. Please tell me what code should i use to trigger macro and also what should be the coding of the macro which would filter the data. Further after doing this I had to color the rows with alternate color i.e. row 8, 10, 12.... should be colored with a specific color and row 9, 11 ,13... should be colored with other specific color....
Seeking for the help...