Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50186

Using the String within a Cell to Save

$
0
0
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

Viewing all articles
Browse latest Browse all 50186

Trending Articles