milesthedog
New Member
Hello,
I am new to Excel Macros and I need the VBA to:
1) Loop through a single Row
2) Insert Column before "not empty" cells
3) Cut the content from the "not empty" cell
4) Paste cut content into newly inserted column [from step 2]
5) several cells down within newly inserted column, paste an if-statement for the entire column.
6) if-statement: =if([first column to the right of inserted column]+[second column to the right of inserted column]=1, "Agree", (if([third column to the right of inserted column]+[fourth column to the right of inserted column]=1, "Disagree", "")))
7)hide the 4 columns to the right of the newly inserted column
I am new to Excel Macros and I need the VBA to:
1) Loop through a single Row
2) Insert Column before "not empty" cells
3) Cut the content from the "not empty" cell
4) Paste cut content into newly inserted column [from step 2]
5) several cells down within newly inserted column, paste an if-statement for the entire column.
6) if-statement: =if([first column to the right of inserted column]+[second column to the right of inserted column]=1, "Agree", (if([third column to the right of inserted column]+[fourth column to the right of inserted column]=1, "Disagree", "")))
7)hide the 4 columns to the right of the newly inserted column