Insert Row in excel table based on text input in a cell

SUR1984

New Member
Joined
Sep 7, 2017
Messages
6
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
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Clarification on requirement:
Please note that the designated cell will not have any specific text, it will vary based on user input/project name.
 
Upvote 0
Re: Insert Row in excel table based on non-specific text input in a cell

Clarification on requirement:
Please note that the designated cell will not have any specific text, it will vary based on user input/project name.
 
Upvote 0

Forum statistics

Threads
1,214,947
Messages
6,122,411
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top