View Single Post
 
Old 06-30-2023, 10:27 AM
NoSparks NoSparks is offline Windows 10 Office 2010
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

Just thinking out loud here...

You could manually open another workbook that has a list of your individuals, and contains macros to copy and paste as required for the individuals.

Using the file picker dialog
Application.FileDialog(msoFileDialogFilePicker)
you could set the "Worksheet mm.dd.yyyy" file to be used.

Then cycle through the list of individuals one at a time calling the appropriate macro to copy and paste the required data for that particular individual.

The number of macros required for the individuals was kinda what was eluded to in post 5

PS: row 5 of your sample worksheet has only 21 individuals
Reply With Quote