I am writing a VBA script, and all parts of it work perfectly (pats self on the back). Now I need to add one more section to it.
Data range is columns A - M, headers in row 1, data begins on row 2. The number of rows varies each time this report is run, but there is always a value in column A if there is data in that row, so Column A is my variable for this determination. Basically if I was using a traditional formula, I would write it up as:
Column A is a unique ID # for each person. Column C, which lists the person's name is the variable to determine whether it is Automated or Manual. If the cell is blank, then Column M must reflect "Manual", however if column M is populated with a value, the "Automated" must display. I need this formula to be copied down to all cells within Column M that have a value in Column A. Once that is done, I need to copy and paste as values.![]()
Please Login or Register to view this content.
Now I attempted to do this myself, and got an error, Compile Error: Expected: End of Statement. I am still relatively new to VBA, and this particular task I have never attempted in VBA... double trouble.
![]()
Please Login or Register to view this content.
Bookmarks