![]() |
Need help with VB code for saving cell data
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. |
Need help with VB code for saving cell data
copy ActiveCell.Value _
Destination:=activecell.parent.next.Cells(rows.cou nt,1).End(xlup)(2) -- Regards, Tom Ogilvy "Nupiter" wrote in message ... 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. |
All times are GMT +1. The time now is 12:22 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com