简体   繁体   中英

Excel real time link of excel cells with real time table on website

I would like to have a real time link in excel with a real time table on a website

http://www.truefx.com/

How am I able to do this?

Thank you for your help.

You have to actively poll the webpage for changes using VBA, I don't think there is a way around this.

This answers how you can periodically call a piece of VBA code: VBA Macro On Timer style to run code every set number of seconds, ie 120 seconds

And this answers how you can parse information from a webpage using VBA: https://stackoverflow.com/a/27069914/6216216

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM