View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
andy F andy F is offline
external usenet poster
 
Posts: 1
Default Copy and Paste Macro Help please....

Hi All,

I have just managed to figure it out using the following:

Sheets("Sheet1").Select
Sheet1.Range("H3:H10").Select
Selection.Copy
Sheets("Sheet2").Select
Range("A1").Select
ActiveSheet.Paste

How would I convert this to select a different workbook that was say in
a location of C:\folder\filename.xls

Many Thanks


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