Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Nov 21, 1:29*am, "Tim Williams" wrote:
dim wb as excel.workbook 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" wrote in message ... Hi, I wanted to create macro that able to retrieve data from share folder through path \43.74.94.102\folder name\filename.xls (Example) then copy to my current workbook. Pls help.. Thanks TQ.. Got the idea and will test asap.. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i retrieve my excel file from temporary files folder | Excel Discussion (Misc queries) | |||
can't open a excel file in share folder | Excel Discussion (Misc queries) | |||
copying data from folder to folder | New Users to Excel | |||
How can I share and un-share a workbook using a macro? | Excel Programming | |||
Folder picker: default to network share? | Excel Programming |