Need help with VB code for saving cell data

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

Guest

Please help????!!
I am trying to save data from one cell in worksheet1 to worksheet 2 in same workbook via a button. I also need it to move to the next empty row. Struggling with this for days.
 
copy ActiveCell.Value _
Destination:=activecell.parent.next.Cells(rows.count,1).End(xlup)(2)

--
Regards,
Tom Ogilvy

Nupiter said:
Please help????!!!
I am trying to save data from one cell in worksheet1 to worksheet 2 in
same workbook via a button. I also need it to move to the next empty row.
Struggling with this for days.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top