i want to use Excel.Workbook library as a saveAs but i couldn’t locate the where it should save just giving the name of the excel and saving in te documents.
As per my understanding if you just provide the file path it may get saved to the folder path.
Its better to give the full path of the file to save it to the required folder.
What i did is putting the .xls after the naming the document, i’had never done that because i though this code => XlFileFormat.xlWorkbookNormal should had do that. so…