View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Charles Charles is offline
external usenet poster
 
Posts: 1
Default Need help pasting to open external workbook with vba

Curtis,

You can try this.


Workbooks("B.xls").Range("A3").PasteSpecial Paste:=xlPasteAll


HTH

Charles


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