Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default automatic

Lots of ways, here's one.

Sub copytonextsheet()
Set destsht = Sheets("sheet12")
With destsht
lr = .Cells(Rows.Count, "a").End(xlUp).Row + 1
ActiveCell.Copy .Cells(lr, "a")
End With
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

uk"
wrote in message ...
is it possible to write something to automatically save info to the next
empty cell on another sheet


 
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
Automatic update of spreadsheet & automatic update between workboo Losva Excel Worksheet Functions 6 September 12th 08 03:22 PM
automatic formatting [email protected] Excel Worksheet Functions 5 March 4th 08 06:59 PM
automatic date Pascale Excel Discussion (Misc queries) 3 December 18th 06 04:34 PM
Automatic Value Dave Excel Discussion (Misc queries) 1 December 11th 06 09:51 PM
mostly automatic input paul Excel Discussion (Misc queries) 3 May 16th 05 11:27 AM


All times are GMT +1. The time now is 05:14 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"