Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Help (please, please) copying and pasting issue

First a special thank you to whoever reads and especially responds to
this post. I have been vainly trying for over a week to copy and
paste data from one workbook into another. I have researched MVP
Excel's site and and pulled the GetLastCell macros into the
destination sheet. I am using the edit goto formulas command to
locate my source data and then I am copying/pasting the vaules into
the destination sheet. But each and every $%$# time I relaunch the
macro to try APPEND data to the destination sheet, my existing data is
overwritten. Does anyone out there have any ideas. I will be forever
in your debt.

A frustrated blonde....
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Help (please, please) copying and pasting issue

Hi Donna

Try http://www.rondebruin.nl/copy1.htm

I think you are looking for the last example
http://www.rondebruin.nl/copy1.htm#workbook
You need the two functions also



--
Regards Ron de Bruin
http://www.rondebruin.nl


"Donna" wrote in message om...
First a special thank you to whoever reads and especially responds to
this post. I have been vainly trying for over a week to copy and
paste data from one workbook into another. I have researched MVP
Excel's site and and pulled the GetLastCell macros into the
destination sheet. I am using the edit goto formulas command to
locate my source data and then I am copying/pasting the vaules into
the destination sheet. But each and every $%$# time I relaunch the
macro to try APPEND data to the destination sheet, my existing data is
overwritten. Does anyone out there have any ideas. I will be forever
in your debt.

A frustrated blonde....



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help (please, please) copying and pasting issue

Take a look at this and see if you can modify it to suit your needs. I
you need more help I'll need more info I think. - Pikus

newRow = Worksheets("Sheet2").UsedRange.Row
Worksheets("Sheet2").UsedRange.Rows.Count

Workbooks("CopyFrom").Worksheets("Sheet1").Range(" A1:F1").Cop
destination:=Workbooks("CopyTo").Worksheets("Sheet 1").Cells(newRow, 1

--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Help (please, please) copying and pasting issue

Regarding the last post...does this macro know to go the last active
row? Also can I use it with Paste special as well?

PS: Thank you so much for all of your help
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
Copying & Pasting sjmonroe Excel Discussion (Misc queries) 5 November 20th 09 09:32 PM
Copying and pasting GARY Excel Discussion (Misc queries) 2 August 22nd 06 10:16 PM
Pasting issue Btobin0 Excel Discussion (Misc queries) 2 May 29th 06 02:34 AM
Copying and pasting ??? NorcalTruck Excel Discussion (Misc queries) 3 December 27th 05 08:31 PM
help...too much copying and pasting rahulb Excel Programming 1 August 19th 03 04:19 AM


All times are GMT +1. The time now is 03:24 AM.

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

About Us

"It's about Microsoft Excel"