Thank you for your reply
Could you please give more description on how to apply?
There are a few worksheet under this file, and I would like to load the
"HSI" worksheet only into Temp worksheet.
Your code does not include anything related to "HSI" worksheet.
Could you please give me more suggestions?
Thank you very much for any suggestions
Eric
> Just use
>
[quoted text clipped - 13 lines]
> > Thank you very much for any suggestions
> > Eric
Tim Williams - 21 Mar 2008 02:57 GMT
dim wb as Excel.WorkBook
set wb = Workbooks.Open("http://main.hsi.com.hk/hsicom/table/dyforma1.xls")
wb.sheets("HSI").usedrange.copy thisworkbook.sheets("temp").range("A1")
wb.close false
Tim
> Thank you for your reply
> Could you please give more description on how to apply?
[quoted text clipped - 19 lines]
>> > Thank you very much for any suggestions
>> > Eric