Browser("Browser").WinObject("AVPageView").Type micCtrlDwn + micShiftDwn + "s" + micShiftUp + micCtrlUp
Window("Windows Internet Explorer").Dialog("Save a Copy").WinEdit("File name:").Set datatable("Path",dtglobalsheet)
Window("Windows Internet Explorer").Dialog("Save a Copy").WinEdit("File name:").Type micTab
Window("Windows Internet Explorer").Dialog("Save a Copy").WinComboBox("Save as type:").Type micTab
Window("Windows Internet Explorer").Dialog("Save a Copy").WinButton("Save").Type micReturn
Browser("Browser").CloseAllTabs
I have the similar issue so i resolved with the code above.This is working for most of the cases but when i get error and i have to click ok.than it fails. Thought this might solve your problem.I recorded all saved all the action via keyboard and used datatable to define
path on Local machine.