just wanted to know if it’s possible to create a multiline messagebox containing some variable to display. I tried but wasn’t able to print the var since they are consider in the string.
Dim bilan As String
bilan = |Total of all the commands is: & Cstr(TotalCmd) & "$"
Total of the command won by CCI: & Cstr(TotalCCI) & “$”
Total saved by buying from CCI: & Cstr(TotalLocal - TotalSaved) & “$”|