I need a Batch File to do two things to an Excel (xls) file, 1) Delete the last two lines, and 2) Select all cells and Un-Merge the cells.
The XLS file is one file in a folder and I need the above two routines executed on the file. I have a macro that works but I want to automate the process using a batch file so those un-familiar with Excel can help with the project.
The XLS file is downloaded data that is unique to a specific person. I routinely download the data, place it (the XLS file) in a unique folder, open the file and preform the above two functions. This needs to be automated to streamline work flow.
Any help is appreciated. Thanks you. Gary
Save this as a .vbs, then drag and drop the workbook onto the resulting file.
How To Ask Questions The Smart Way