Hi,
I'm just learning VBA, but also must deal with one thing.
I must make solution to remotely change excel file value / make it useless by changing it.
I was thinking about the following solution:
Or maybe there is easier solution ?
I'm just learning VBA, but also must deal with one thing.
I must make solution to remotely change excel file value / make it useless by changing it.
I was thinking about the following solution:
- one excel file (let's say file_A.xlsm) must take value from second file (file_B.xlsx, Sheet "verification", cell A1) and write it in it own sheet ("calculations", cell B1).
- and the tricky part:
- file_A is on local hard drive, and file_B is on ftp server
- value from file_B should be checked "on-line": not only on file open, but also after (with some intervals or not)
Or maybe there is easier solution ?