Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 399 Bytes

Description

Macro to remove empty rows present in Excel Document based on the first column developed using VBscript for all the sheets present in the workbook.

How to Run

Enter the following into windows cmd:

execute.vbs "path to the excel document.xlsx"

In my example:

execute.vbs "Excel-Macro\test.xlsx"

Note: Please pass the File Path with the double quotes included