Dear All,
I've been trying to write a excel macro (VBA) as below.
My input : Excel sheet with multiple columns, and multiple rows
Expected Output: Read from 2nd row, until reaches the end of the columns, and then write the read input to the file (.bat file)
I need to read column title and...