Our new press is linked to a computer using DDE, so we have
an Excel spreadsheet that is continuously updated with data
from the press. I am wanting to save the data for logging purposes.
I thought my VB macro was working well as my log file is
updated every 10 seconds. However, that was when the press
was down. After it started running I saw that the DDE info
was not getting updated when my VB macro was running.
I am using a Timer to save the data, but somehow that is
inhibiting the DDE data from being updated.
Does anyone know how I can get around this?
Thanks.
an Excel spreadsheet that is continuously updated with data
from the press. I am wanting to save the data for logging purposes.
I thought my VB macro was working well as my log file is
updated every 10 seconds. However, that was when the press
was down. After it started running I saw that the DDE info
was not getting updated when my VB macro was running.
I am using a Timer to save the data, but somehow that is
inhibiting the DDE data from being updated.
Does anyone know how I can get around this?
Thanks.