I'm pretty new to Macros. I work for a school and we are exporting grades from one system to another. The data is exported in rows that have the students' name, ID #, course, course ID, and grades for Quarter 1, Quarter 2, Exam 1, Semester 1, Quarter 3, Quarter 4, Semester 2 in Columns. The new system requires a row entry for each grade. So I made a macro that cut and paste each grade column into separate rows and then copied the students' name, ID #, course, and course ID to those rows.
Example:
Student Name 012112 Algebra I 0123 90 80 70 80 90 90 85 88
I first used a macro to separate each entry by 7 rows. Then ran my relative Macro to get this result
Student Name 012112 Algebra I 0123 90
Student Name 012112 Algebra I 0123 80
Student Name 012112 Algebra I 0123 70
Student Name 012112 Algebra I 0123 80
Student Name 012112 Algebra I 0123 90
Student Name 012112 Algebra I 0123 90
Student Name 012112 Algebra I 0123 85
Student Name 012112 Algebra I 0123 88
The problem is that I'm unsure of how to make this Macro loop every 7 rows and save myself from getting Carpel Tunnel Syndrome.
Here is my Macro for converting the rows into columns:
Any help would be greatly appreciated. Thanks.
Bookmarks