$15
Develop an Excel VBA Macro program that can:
Read in a text file (has 4 colums and a lot of rows of values in each)
Take the last column and multiple the values in each row by -1 IF the number in the row already has a negative value.
Output new results as seperate text file.