The original code was quite simple
Private Sub Command329_Click()
Dim XMLHttp As New MSXML2.XMLHttp
XMLHttp.Open "POST", "URL Here", False
XMLHttp.send "thing to send"
MsgBox XMLHttp.responseText
End Sub
What do you mean by delaying code? Never needed any before now as usually want everything...