Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello I posted this same question a while ago but I dont think it actually
got posted.
I have the following code:

Sheets("Output").Range("A1").End(xlDown) = " Final"

and it generates what I want except that I need it in the following row.

I tried:

Sheets("Output").Range("A1").End(xlDown-1) = " Final" but didnt work, how
do I do this?
 
Back
Top