Good afternoon,
This is not much help, but it may trim your formula a bit. You can use a series of substitute functions to change all of the slashes to different characters. I use CHAR(2) and (3), but I've never had to parse out more than that. Doing this you could convert that string to:
(A123-45[char(2)]56[char(3)]67[char(4)]78[char(5)]B123-12)
Then you can parse between char(2) and char(3) instead of a giant find statement.
Hope this helps,
Bookmarks