Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving data from a cell reference [email protected] Excel Discussion (Misc queries) 0 July 10th 08 03:33 AM
Saving Vba Code Rick, United Kingdom Excel Discussion (Misc queries) 5 September 8th 05 08:51 PM
code lost after saving Glen[_3_] Excel Programming 2 October 29th 03 03:05 PM
Code for saving as a .prn file Jim Rech Excel Programming 0 August 5th 03 01:38 PM
code for saving Pier Excel Programming 2 July 29th 03 12:25 PM


All times are GMT +1. The time now is 05:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"