Nope I haven't. You might be able to use ListFirst and ListLast methods to obtain the values you want assuming the data is always in a comma delimited list, and in date order.
ListFirst("6, 7, 8, 9, 10, 11, 12") returns 6. ListLast("6, 7, 8, 9, 10, 11, 12") returns 12. Not sure what to do in the case of 12, 13, 20, 21 September = 12-13, 20-21 September though. good luck >>> David Heacock <[EMAIL PROTECTED]> 16/07/2008 12:16 pm >>> Hi All, Has anyone seen a tag that will format date ranges I want to go from 12, 13, 20, 21 September, 6, 7, 8, 9, 10, 11, 12 October to 12-13, 20-21 September, 6-12 October --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---