Hello,
How can I insert a "&" symbol into the text of a ButtonName dialog?. My formula is set to name the button but when displayed, "P&L" becomes "PL". Here is part of the formula that I need to edit. Do I use CHAR function?
fDialog.ButtonName = "Upload selected P&L file"
Thanks for your...