Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To copy from a workbook it must be open. The only way around it is to query
the workbook with an ADO DB recordset which is a whole pile of work and really only applies to certain circumstances. Why not just open the book and close it when you are done? -- HTH... Jim Thomlinson "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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problems with copying functions | Excel Discussion (Misc queries) | |||
copying formulas problems | Excel Discussion (Misc queries) | |||
Problems copying XLA file | Excel Discussion (Misc queries) | |||
integrity problems while copying | Excel Discussion (Misc queries) | |||
Problems with read only and copying | Excel Discussion (Misc queries) |