Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / March 2008

Tip: Looking for answers? Try searching our database.

copy and paste

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eric - 25 Mar 2008 20:02 GMT
I am trying to copy and paste the last four tests from a sheet ... here is
what I have so far:

A list box with no dupes lists mix types on sheet("test database").  I pick
the mix type (there could be as many as 25 different mix types spread over
2000 rows).

I delete the rows(A71:AD700) on sheets("last four").  The mix type picked on
sheet("test database") is then transphered over to sheets("last four") with
the first test on row 71 and the last test run list last.  

Now I need to copy the last four test results and paste them up in to cells
(a9:a12) on the sheet("last four").  Can anyone help me with this problem?  

Thank you inadvance,
Eric
JLGWhiz - 25 Mar 2008 20:12 GMT
With Sheets("last four")
   lr4 = Cells(Rows.Count, 1).End(xlUp).Row
   Rows(lr4 - 3 & ":" & lr4).Copy Range("A9")
End With

> I am trying to copy and paste the last four tests from a sheet ... here is
> what I have so far:
[quoted text clipped - 12 lines]
> Thank you inadvance,
> Eric
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.