Excel: button per row to copy & paste hidden row?

Assuming that the hidden row is row 2 and that you only need a single button that will copy row 2 to the row below the active cell.

Assuming that the hidden row is row 2 and that you only need a single button that will copy row 2 to the row below the active cell: Sub CopyRow Rows("2:2"). Copy Destination:=Cells(ActiveCell. Row + 1, 1) End sub.

IDevlop's comment above is also very good advice. Just have one button and have it act on the ActiveCell's rows. – Doug Glancy Sep 18 at 16:12.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions