Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to copy and summarize certain data from excel sheets on various
machines in a network to an excel sheet on my computer in the network. how can I possibly do it??? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
as long you can enter the network, you can do this: sub openwbooknw() dim Path Path = "\\ZW\PUBLIC\" workbooks.open Path & "bookname.xls" '''' code to retrieve data here.... end sub -- Regards, Halim "Kanhaiya" wrote: I need to copy and summarize certain data from excel sheets on various machines in a network to an excel sheet on my computer in the network. how can I possibly do it??? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting data from excel sheets on different machines ?? | Excel Discussion (Misc queries) | |||
Problem with and Excel Add-in installing on customer's machines | Excel Programming | |||
Downloaded Excel opens blank in IE only on certain machines | Excel Programming | |||
Excel 97/XP Issue with numbers and French machines | Excel Programming | |||
Excel column widths change on different machines | Excel Programming |