Delete entire row and column in a batch of excel files
Moderator: DosItHelp
Delete entire row and column in a batch of excel files
Hello All, I need a batch code that will open all the excel files in a directory, delete the first row and first column and then save the files back in the same file extension
Re: Delete entire row and column in a batch of excel files
Cant be done with batch. You would need to do it with VBscript.