Hi
In VB for Word, you can create “document variables”, like this:
ActiveDocument.Variables.Add Name:="Temp", Value:="12"
These variables are not visible anywhere, but can be displayed in a document with fields, like {docvariable “Temp”} (which, in this case, displays “12”).
Is there an equivalent in Excel?