Hi,
I am trying to copy and paste some data from one sheet to another. I created a function to just do the copy paste becuse I have to do that for multiple headers. below is my code
Function insert(header)
Sheets(2).Activate
Sheets(2).Cells.Find(What:=header, After:=ActiveCell...