View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vacation's Over Vacation's Over is offline
external usenet poster
 
Posts: 279
Default Copy data from diff workbooks but without opening sheets


http://www.ozgrid.com/VBA/ExtractFromClosedWorkbook.htm

"raja" wrote:

i want to copy data from different workbooks(s1,s2) to s3
but without opening the worksheets(s1,s2)..
if the sheets r opened ,it works fine..
if not,it says "error"-subscription out of range..

kindly help me