Problem in running dtexec command with multiple parameters in macro:-
------code in macro-----
Dim Rsvr As String
Dim Runm As String
Rsvr = Sheets("update_xml").Range("C6")
Runm = Sheets("update_xml").Range("C7")
' MsgBox Rsvr ----value= Hi
' MsgBox Runm ----value= Hello
Call...