Hi Greg
I have tested the program and the latest version is working correctly. Maybe some further explanation of how the program works is in order - it is covered in the online help under
controlling the appearance of equations. Check the EQS function in the cell underneath your equation object - if it contains 'multiplication= 1' parameter in the equation control string then multiplication signs will be shown.
When you select 'show multiplication sign' from the 'about XLC and settings' form - this sets program defaults and
subsequent EQS() functions will contain the parameter 'multiplication= 1' but it will not change existing ones. If you want to change existing ones use Excel's Replace functions (i.e. Replace 'multiplication= 0' to 'multiplication= 1'

. I hope this helps.