PC Review


Reply
Thread Tools Rate Thread

Copy data from one worksheet and paste into another worksheet

 
 
stockton12
Guest
Posts: n/a
 
      28th Mar 2008
I have a spreadsheet that is used to process invoices. It is a standard
template that has drop down features that I do not want to change. I have
been asked to create a history of all the payments that have been processed
on this spreadsheet. I have found a code to copy the information that I
need, however, I need one that will look and see if the row is not null, then
it will go to the next row.

Any suggestions?
 
Reply With Quote
 
 
 
 
Jim Thomlinson
Guest
Posts: n/a
 
      28th Mar 2008
Post your code... Also are you looking to basically append records to the end
of your history list or ???
--
HTH...

Jim Thomlinson


"stockton12" wrote:

> I have a spreadsheet that is used to process invoices. It is a standard
> template that has drop down features that I do not want to change. I have
> been asked to create a history of all the payments that have been processed
> on this spreadsheet. I have found a code to copy the information that I
> need, however, I need one that will look and see if the row is not null, then
> it will go to the next row.
>
> Any suggestions?

 
Reply With Quote
 
stockton12
Guest
Posts: n/a
 
      28th Mar 2008
Yes, i am looking to append records to the end.

Sub Button4_Click()

With Worksheets("template")
.Range("G15").Copy
Worksheets("Payment").Range("a1").PasteSpecial
End With


Worksheets("Template").Range("Q19").ClearContents
Worksheets("Template").Range("P38:Q49").ClearContents
Worksheets("Template").Range("G15:J15").ClearContents


"Jim Thomlinson" wrote:

> Post your code... Also are you looking to basically append records to the end
> of your history list or ???
> --
> HTH...
>
> Jim Thomlinson
>
>
> "stockton12" wrote:
>
> > I have a spreadsheet that is used to process invoices. It is a standard
> > template that has drop down features that I do not want to change. I have
> > been asked to create a history of all the payments that have been processed
> > on this spreadsheet. I have found a code to copy the information that I
> > need, however, I need one that will look and see if the row is not null, then
> > it will go to the next row.
> >
> > Any suggestions?

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      30th Mar 2008
Maybe this page will help you
http://www.rondebruin.nl/copy1.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"stockton12" <(E-Mail Removed)> wrote in message news:BEDAA665-B9CF-4FEE-964B-(E-Mail Removed)...
> Yes, i am looking to append records to the end.
>
> Sub Button4_Click()
>
> With Worksheets("template")
> .Range("G15").Copy
> Worksheets("Payment").Range("a1").PasteSpecial
> End With
>
>
> Worksheets("Template").Range("Q19").ClearContents
> Worksheets("Template").Range("P38:Q49").ClearContents
> Worksheets("Template").Range("G15:J15").ClearContents
>
>
> "Jim Thomlinson" wrote:
>
>> Post your code... Also are you looking to basically append records to the end
>> of your history list or ???
>> --
>> HTH...
>>
>> Jim Thomlinson
>>
>>
>> "stockton12" wrote:
>>
>> > I have a spreadsheet that is used to process invoices. It is a standard
>> > template that has drop down features that I do not want to change. I have
>> > been asked to create a history of all the payments that have been processed
>> > on this spreadsheet. I have found a code to copy the information that I
>> > need, however, I need one that will look and see if the row is not null, then
>> > it will go to the next row.
>> >
>> > Any suggestions?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy & paste worksheet with print settings into new worksheet Larry Ohio Microsoft Excel Misc 1 23rd Dec 2009 05:17 PM
Copy & paste cells fr open worksheet then close the worksheet =?Utf-8?B?U2lu?= Microsoft Excel Programming 1 2nd Oct 2006 02:20 PM
How do I copy & paste only the unhidden data on a worksheet ? =?Utf-8?B?Sm9obnNvbjc0OHI=?= Microsoft Excel Misc 1 30th Jun 2006 06:41 AM
Re: excel 97: copy and paste values from one worksheet to another worksheet JMCN Microsoft Excel Programming 2 23rd Sep 2003 01:32 PM
excel 97: copy and paste values from one worksheet to another worksheet Kathy Microsoft Excel Programming 0 21st Sep 2003 03:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:07 AM.