I try to make a macro with the following commands:

- InputBox
- select row number(row#)
- select the first 5 cells (A#:E#)
- copy
- InputBox
- select row number (row##)
- go to cell A##
- paste

When I try to this through Recording New Macro then I do not find “select row number”.
How does this look in VBA code?
Thanks!