QUOTE (Big Wolf @ September 11, 2013 07:17 am) |
so I've been sneaky and written the code to extract the fields starting from the second line |
Though it looks like there is still a possible bug in your code.
What if the user of your code doesn't have any custom fields?

Your repeat loop will still be executed once and you will then try to extract the 2nd element when there is only a total of 1 values.
You might be lucky and it will return a null value (I am really not sure what happens in this case), but it could also crash the macro.
