Acct# is a separate column but I just realized that because the data
is normally exported as text by a custom accounting application it may
start with non-numeric characters, including spaces, in which case (I
noticed) the FindNumericPart Sub does not work (Ex. data is "acct
411.Domestic Customers" - in which case I need to extract 411). Can
you provide a fix?