Hi, Dagoom,
It was pretty close to what I wan
Good guess of mine withhout seeing your data and maybe noticing what might be wrong. As I mentioned before the code supplied assumes an entry into any column from B to F for the row which may cause the code to refuse to insert a new row where it should be. And I assumed values to be located in the cells, not formulas.
You could try the altered code and see if this works alright for you:
Or maybe attach a workbook with a sample of where the code doesnŽt fulfill like wanted. 
Automatism: depending on what event should be watched to trigger the event. IŽll start with the Worksheet_Actiate which will cause the code to run whenever the sheet is activated either by code or manually. Depending on whether the data is entered manually (Worksheet_Change) or imported by formula (Worksheet_Calculate) these events could be taken into consideration as well.
Ciao,
Holger
Bookmarks