Hello,
I am creating report cards for a school and I am running into a little problem.
I have all the names of the students in a file, with all grades associated with the students.
I have also created a separate workbook with the actual Report Card.
I have already programmed the VBA to automatically enter the grades into the Report Card.
However, I want the workbook to automatically save a new file for every student with the name of the student.
Using ActiveWorkbook.SaveAs "C:\..." command, I know I can automatically save a new file, but I don't know how to link the String(student name) from the cell into the "" of the saveas command.
Please help!
Thank you
I am creating report cards for a school and I am running into a little problem.
I have all the names of the students in a file, with all grades associated with the students.
I have also created a separate workbook with the actual Report Card.
I have already programmed the VBA to automatically enter the grades into the Report Card.
However, I want the workbook to automatically save a new file for every student with the name of the student.
Using ActiveWorkbook.SaveAs "C:\..." command, I know I can automatically save a new file, but I don't know how to link the String(student name) from the cell into the "" of the saveas command.
Please help!
Thank you