Hi Fredrik,
Thanks for the solution. Although my code worked correctly once and then it stopped working. Is there any particular reason for that?
Best Regards,
Snehasish Mondal
Hi All, I am using the following code to create a pivot table:
string FilePath =@(Path);
Excel.Application xlApp;
Excel.Workbook xlWorkBook;
Excel.Worksheet xlWorkSheet;
object misValue = System.Refle...
Use ""Move File"" using the same path but with a different name in the Destination Folder input, Or you can use the following code:
My.Computer.FileSystem.RenameFile(Path, NewName)