Hi Ian, Found the problem! I left the s off "Formulas" as the 2nd argument to Import[]. After adding the "s", it works like a champ. I must remember to put each Wolfram Language Statement on its own line so its readable!.
Thanks, Milt
I believe there’s an optional argument “Formulas” that enables you to import a workbook’s formulae as text. I’ve never tried this, but it sounds like you may have to translate the text form of the imported formulae to WL expressions if you want to use them in your notebook. I’d be interested to know if you have any success with this.