I am building a workbook to track training sessions. One worksheet will have fields to be completed for each training session. Some of the data would need to be copied into a log multiple times based on a couple of different factors: how many different documents were used in the training and how many attendees there were. I need to be able to report who is trained on which documents as well as pull up a list of all the training sessions an individual has attended.
For example: One training session used 2 documents and had 4 attendees - this would generate 8 lines in the log, two for each attendee and listing each document.
Is there a way to have VBA code state:
Insert a row for each attendee and paste their name in a specific column
copy a cell range and paste into each row (contains info that is specific to training session: date, trainer, etc)
copy a cell containing a document number and paste into each row
Repeat for each unique document number
My many attempts to create and insert an HTML screen shot failed so hopefully this makes sense to one of the smart cookies in this Forum.
Thank you,
DixieLou
For example: One training session used 2 documents and had 4 attendees - this would generate 8 lines in the log, two for each attendee and listing each document.
Is there a way to have VBA code state:
Insert a row for each attendee and paste their name in a specific column
copy a cell range and paste into each row (contains info that is specific to training session: date, trainer, etc)
copy a cell containing a document number and paste into each row
Repeat for each unique document number
My many attempts to create and insert an HTML screen shot failed so hopefully this makes sense to one of the smart cookies in this Forum.
Thank you,
DixieLou