I have an excel sheet that have a button to place orders in the stock market manually. I need this button to execute every second instead of me pushing it manually.
The present code (manually operated) is as follows:
Sub placeOrder()
Call OrderFunctions.order2(Selection.rows, serverCell, extAttribColumn, True)
End Sub
Can you please tell me how to do this?
Many thanks in advance.
JC
The present code (manually operated) is as follows:
Sub placeOrder()
Call OrderFunctions.order2(Selection.rows, serverCell, extAttribColumn, True)
End Sub
Can you please tell me how to do this?
Many thanks in advance.
JC