Hi All,
I need a VBA code to insert a new row in my excel table if any text is inserted in a designated cell.
My excel table is in a sheet with name "Reference #" and the new row should be inserted in Row 7 of this sheet.
The designated cell is in sheet "Data" with cell reference B2:D2 (Cells are merged).
Basically, the objective is whenever someone enters a project name in the designated cell, excel automatically updates the excel table in my "Reference #" sheet.
Thanks in advance
SUR
I need a VBA code to insert a new row in my excel table if any text is inserted in a designated cell.
My excel table is in a sheet with name "Reference #" and the new row should be inserted in Row 7 of this sheet.
The designated cell is in sheet "Data" with cell reference B2:D2 (Cells are merged).
Basically, the objective is whenever someone enters a project name in the designated cell, excel automatically updates the excel table in my "Reference #" sheet.
Thanks in advance
SUR