Good morning. In an OLE formula, if I don’t type anything after the “=” sign, the program adds a red “?”.
How can I complete a formula with a “?”?
Thanks
Also you can add empty quotes: = ""
Add an empty argument:
a = {}
or use the =
as text:
a "="
1 Like