At the risk of sounding like a total idiot, I ask the following question:
Why won’t this statement give me a total sum of all variables?
ActiveDocument.Variables.Add Name:=”StandardTotal”, Value:=Format(MStandard + _
TStandard + WStandard + ThStandard + FStandard + SStandard + SuStandard, “#0.00”)
Everything is declared as integers….I either get a string text (123.45) or 00.00. Hope this is enough information — thank you all.