Thanks
set wb=workbooks.open("\\43.74.94.102\folder name\filename.xls")
with wb.sheets("sheettocopyfrom")
.range("A1:G500").copy thisworkbook.sheets("tohere").range("A1")
end with
wb.close false
Totally untested, but you get the idea.
Tim
"geniusideas" <geniu...@gmail.com> wrote in message
news:25642fa2-aa65-4733...@t11g2000prh.googlegroups.com...
TQ..
Got the idea and will test asap..