Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default paste selection??

Hi All,
How do I copy 'selection' and then paste it in another
workbook in a specific place? ?

TKS guys
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 620
Default paste selection??

Douvid,

Try the macro recorder, and see what code you get. It should be all you
need.

--

HTH

Bob Phillips

"Douvid" wrote in message
...
Hi All,
How do I copy 'selection' and then paste it in another
workbook in a specific place? ?

TKS guys



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default paste selection??

The simpest way to find out how selection.Copy and Paste instructions works
is to record new macro.

Selection.Copy
Workbooks(2).Range("A2").PasteSpecial xlValues


Uzytkownik "Douvid" napisal w wiadomosci
...
Hi All,
How do I copy 'selection' and then paste it in another
workbook in a specific place? ?

TKS guys



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
Paste with multiple selection Amey Excel Discussion (Misc queries) 3 November 3rd 09 10:57 AM
Relative Range Selection & Paste Have_Data_Will_Travel Excel Discussion (Misc queries) 2 September 28th 09 11:58 PM
Paste into autofilter selection! HenrikB Excel Worksheet Functions 1 September 21st 06 09:29 AM
Strange paste selection behavior 1scant Excel Discussion (Misc queries) 1 March 2nd 06 09:58 PM
In Excel: Paste Special should have a "Link Value" Selection Deon Isis Excel Worksheet Functions 0 June 30th 05 02:12 PM


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