hi everyone i need your help, i'm a school teacher with very minor knowledge of excel macros. I've created an excel worksheet with a table includes student names and lesson scores, i need a macro to create report for every student (every row of table) to a template that i created as report template
I've been looking so hard to find any tips or help on internet but no luck so far.
I've tried searching, and found a few examples, but none quite fit..such as this one.. create macro that will convert excel rows from single sheet to new sheets ..or this one.. Excel Macro that saves data inputted from one sheet onto successive rows in another sheet Thank you so much
Please try and customize as you need, this code:
(my main table header is: student_id | name | surname | group)
you can format the report(student's sheet) as you need, programatically. ex: Range("a1").Font.ColorIndex = 44 etc