Apologies - I haven't done VBA in years and have got very rusty.

I want to use the variable 'wordplace' to put the contents of C18 (some text) into cell R8 when a macro is run.
'wordplace' starts at 0 and is incremented each time the macro is run. I have got that working.

So the next time the macro runs, the contents of C18 go into R9, then R10, R11....
I then have a column of words from R8 downwards.

Can anyone help?