View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
losmac losmac is offline
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