I am exporting data to xml at live events.

I would like to be able to build a macro that selects the already built xml file, and exports.

I already have the fields mapped and the xml file built, just looking for a one button press instead of clicking export, selecting the file, and answering yes.

Is there anyway to do this? I tried just recording a macro but I get an error messgae:

Sub Export()
'
' Export Macro
'

'
ActiveWorkbook.XmlMaps("LeaderInfo_Map").Export URL:= _
"C:\Users\Kelly Shelton\SkyDrive\Sample XML.xml"
End Sub