I am having a few issues getting data into excel using DDE. I have the
formula "=WinWedge|COM1!'Field(1)'" in a cell, and it retrieves the
data perfectly when I execute the code in break mode. If I try to run
my code however, the cell only picks up the value being sent at the
start of execution, but never any new data afterwards. Is it possible
to insert timed delays into the code which act like debug breaks but
never actually break out of the code?