Hi,
I know practically nothing about VB so please bear with me if this is a very inane question.
I have a perl pgm which uses a dde poke into an excel
worksheet, I have also created a macro running on this sheet which uses a dde poke using the same topic name to put this data into a plc.
The problem is that while both run fine if run manually
one after the other when I try to get them to run continuosly (using application.wait in the macro to loop) the macro is blocking the dde poke from the perl pgm.
Is there any way to get a macro to run say every 30 secs without locking the excel sheet in the process ?
Thanks
I know practically nothing about VB so please bear with me if this is a very inane question.
I have a perl pgm which uses a dde poke into an excel
worksheet, I have also created a macro running on this sheet which uses a dde poke using the same topic name to put this data into a plc.
The problem is that while both run fine if run manually
one after the other when I try to get them to run continuosly (using application.wait in the macro to loop) the macro is blocking the dde poke from the perl pgm.
Is there any way to get a macro to run say every 30 secs without locking the excel sheet in the process ?
Thanks