Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
How do I copy 'selection' and then paste it in another workbook in a specific place? ? TKS guys |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste with multiple selection | Excel Discussion (Misc queries) | |||
Relative Range Selection & Paste | Excel Discussion (Misc queries) | |||
Paste into autofilter selection! | Excel Worksheet Functions | |||
Strange paste selection behavior | Excel Discussion (Misc queries) | |||
In Excel: Paste Special should have a "Link Value" Selection | Excel Worksheet Functions |