Kurt Smart
Member
Hi
I have a hidden row at the top of my sheet that has all the formatting, formulas, data validation etc applied, currently when I creating new rows (and not able to drag down due to end of data) I copy from this hidden row and paste in the new row create after the last line of data (and then drag down).
Is there a way using VBA to automate this so everytime a new row of data is added excel copies from my hidden row and pastes to the next empty to ensure I no longer have to keep dragging or copying and pasting?
And i'm avoiding using tables as its a shared workbook
Thanks in advance
I have a hidden row at the top of my sheet that has all the formatting, formulas, data validation etc applied, currently when I creating new rows (and not able to drag down due to end of data) I copy from this hidden row and paste in the new row create after the last line of data (and then drag down).
Is there a way using VBA to automate this so everytime a new row of data is added excel copies from my hidden row and pastes to the next empty to ensure I no longer have to keep dragging or copying and pasting?
And i'm avoiding using tables as its a shared workbook
Thanks in advance