I have a basket trading spreadsheet that needs to be updated by 9:32 am. The DDE conversion takes too long, but I found a work around and I thought if anyone else was having the same issues, this can be helpful.
Application.Calculation = xlManual
'code here
Application.Calculation =...