Realtime data update between excels open on two laptops

Vbalearner85

Board Regular
Joined
Jun 9, 2019
Messages
139
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I have two files which I need to work on two computers.

My question is on technical side of excel.... is there any way we can link two excel files(open on each computer at same time) on independent computers between each other, so that data update on computer 1 excel is reflected on 1 tab in another computer on Realtime basis
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi i made a workbook open event which periodically (1 min) reads all the data from one workbook to another one (which runs the macro).
Depending on the data size of you have this could take some time.
 
Upvote 0
Thanks for your reply...Data size is not too much. Might be 20-50 cells. But my requirement will be fulfilled only for realtime data update and that too file from which I want to update data on another system is fetching live data every sec via python (and file is not saved every time)....System is on same network(Wifi).

Actually issue is When I use that file on same system..it delays other scripts..so want to run it on another system and use live data on my main system

Regards,
PK
 
Upvote 0

Forum statistics

Threads
1,214,845
Messages
6,121,902
Members
449,053
Latest member
Guy Boot

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top