I am new to Excel Macro Coding and I have a requirement in which, in Excel, the user enters some numeric value in the column A and as soon as he tabs out of the screen, a new button should be generated in the same row in column G with the label same as that of the value in Column A and a macro function will be added to the button.
Also, if the user deletes the value from the row in column A, then the corresponding button should also be removed.
I tried certain forums but am not able to find the code for creating the button on focus out.
Please help.