Hi All,
I have a macro (1st Macro) that picks txt files on one by one and extracts a value from the file until there are no more files, this is working currently
however, inside the 1st macro I need another macro (2nd Macro) that will filter the Record ID one by one until there are no more recordIDs. I tried various macros from different posts however not getting to work for my dataset. Requesting help.
I have provided sample data of the dataset for the 2nd macro
| RecordID | Column1 | Column2 |
| 1 | Choco | A |
| 1 | Icecream | B |
| 1 | Cake | C |
| 2 | Choco | D |
| 2 | Icecream | E |
| 2 | Cake | F |
| 3 | Choco | P |
| 3 | Icecream | Q |
| 3 | Cake | R |
| 4 | Choco | L |
| 4 | Icecream | M |
| 4 | Cake | N |