I need to execute 2 commands in N but don't see how I can do that.
The value in K is from another program using DDE and is continually changing.
When M is >= F I want to Move F to N and move zero to K.
I need to zero out K to stop any more processing on this row.
N will be zero while this row is being processed, or equal to F when the processing is finished.
<tbody>
[TD="align: center"]4[/TD]
[TD="align: center"]272[/TD]
[TD="align: right"]0.96597[/TD]
[TD="align: right"]-0.00189[/TD]
[TD="align: right"]-18.9[/TD]
[TD="align: right"][/TD]
</tbody>
The value in K is from another program using DDE and is continually changing.
When M is >= F I want to Move F to N and move zero to K.
I need to zero out K to stop any more processing on this row.
N will be zero while this row is being processed, or equal to F when the processing is finished.
F | G | H | I | J | K | L | M | N | |
---|---|---|---|---|---|---|---|---|---|
Down | Up | 10.1 U | 27 CU |
<tbody>
[TD="align: center"]4[/TD]
[TD="align: center"]272[/TD]
[TD="align: right"]0.96597[/TD]
[TD="align: right"]-0.00189[/TD]
[TD="align: right"]-18.9[/TD]
[TD="align: right"][/TD]
</tbody>
Sheet1
Bob