Hi,I have an excel file named Samplestring.xlsx,I need to open that excel and rename it to invoicedata.xlsx and store in to some other folder. variables are of string type.
sourcepath:"C:\Desktop\SampleforTesting.xlsx"
filename:"invoicedata"+".xlsx"
destinationpath: "c:\finalfolder\"+filename
- excel application scope
sourcepath
In the save workbook activity i dont have any options to pass the destination path.
once after this what i have to do.from where i can rename the file…can any one please let me know…