I've got a column (B) where my macro stores data. The first cell of this column (B1) should be empty and B2 contains the title. Data are written from B3 to Unknown (depends on number of execution). I d like this macro to check the position of the selected cell and return it to the next empty cell of the column B before it runs. For Example, if data are written to B3:B7 it should select B8 before it is run, in case another cell was selected accidentally or B3 if nothing was written.