Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Pasting column after end of spreadsheet.

I am working on a problem where I have 2 spreadsheets and I am takin
the column from one and pasting it to the bottom of another. This i
just the first column I will be doing this for. I have three others o
the same set of sheets. My code is as follows:

Sheets("pifinal").Select
Columns("A:A").Copy
Sheets("Final balancing").Select
[A65536].End(xlUp).Offset(1).Select

ActiveSheet.Paste

When I hit the ActiveSheet.Paste line I get :
Run time error '1004'
Info cannot be pasted because copy area and paste area are not the sam
size.

Any help would be greatly appreciated. Thanks

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Pasting column after end of spreadsheet.

That's It! Thanks for the quick response

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

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
Pasting Spreadsheet into Word Marianne Excel Discussion (Misc queries) 7 July 7th 08 01:43 PM
Pasting dates from one spreadsheet to another Cathy Excel Discussion (Misc queries) 2 January 2nd 08 07:51 PM
Pasting from another spreadsheet changes formatting Ronan Excel Discussion (Misc queries) 1 September 12th 06 07:28 PM
Copy and pasting from one spreadsheet to another Anthony Excel Discussion (Misc queries) 3 June 18th 05 08:48 PM
Pasting column after end of spreadsheet. kkknie[_139_] Excel Programming 0 June 8th 04 04:38 PM


All times are GMT +1. The time now is 02:19 AM.

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"