Hi Guys,

I am running a macro, that calls on two different macro's.

getInfo runs a web query to extract the info I need

pasteInfo puts it in the right places.

Application.Run "stockcodesNEW.xls!GetInfo"

Application.Wait Now + TimeSerial(0, 0, 10)

Application.Run "stockcodesNEW.xls!PasteInfo"
My problem is when the time delay kicks in, it stops the data loading from the first macro. I need the delay so the data can load before being cut/paste.

As always any help greatly appreciated