ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Getting data from excel sheets on different machines ?? (https://www.excelbanter.com/excel-programming/396785-getting-data-excel-sheets-different-machines.html)

Kanhaiya

Getting data from excel sheets on different machines ??
 
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???


Halim

Getting data from excel sheets on different machines ??
 
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???



All times are GMT +1. The time now is 05:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com