Forum Discussion

jhuskey's avatar
jhuskey
Copper Contributor
Oct 07, 2021
Solved

How do I automate and populate multiple separate forms from excel data?

Help :   I am looking for forms to be created from excel data for 190+ employees for their annual performance review. Previously this has always been a manual process for HR to create all the forms...
  • HansVogelaar's avatar
    HansVogelaar
    Oct 07, 2021

    jhuskey 

    You can view the code as follows:

    Press Alt+F8.

    Select GenerateForms.

    Click Edit.

     

    The code determines the last used row in column B.

    Then it loops through the rows from row 2 to the last row.

    Depending on the type of review, it copies the Standard Review sheet or the Supervisory Review sheet to a new workbook.

    It copies the contents of the cells in columns B, D, E and F to the appropriate cells in the review.

    Finally it saves the new workbook with the name of the employee in the same folder as the template workbook.

Resources