If I create a new sheet in a workbook via macro, is there a way to automatically also include a code for worksheet_change event on that sheet.?
I am creating sheet with name "Group A" in a workbook via macro.
There a cells that have to change to uppercase once the user enters values into it.
How can i achieve this?