Data Send

To create a macro that executes an existing Internal Data Send Definition, add this method in to your macro:

Sub DataSend() 
QAAMacro.DataSend "InternalDefinitionName" 
End Sub	 

This runs the Internal Data Send Definitions within that workbook. If you have more than one, then you can add multiple steps.