I'm looking to use macros during a process of exporting data from Excel to Word.
As the first step in this process I'm needing to select multiple rows (number will vary depending on number of classes attended) of information based on unique identifiers for each student that has attended classes.
Is there any code that could be used to recognize rows including the unique identifiers for students (represented as Student X below)? ** Please note these unique identifiers are random and non-sequential
Student 1- 1
Student 1- 2
Student 1- 3
Student 1- 4
Student 2- 1
Student 2- 2
Student 3- 1
Student 4- 1
Student 4- 2
Student 4- 3
As the first step in this process I'm needing to select multiple rows (number will vary depending on number of classes attended) of information based on unique identifiers for each student that has attended classes.
Is there any code that could be used to recognize rows including the unique identifiers for students (represented as Student X below)? ** Please note these unique identifiers are random and non-sequential
Student 1- 1
Student 1- 2
Student 1- 3
Student 1- 4
Student 2- 1
Student 2- 2
Student 3- 1
Student 4- 1
Student 4- 2
Student 4- 3