Hi Everyone,
Good day!
I have a variable contain number named varRndB1BSIRow and I want it to concatenate with "$" symbol.
However nothing happens using my code below:
" $ " & Text(varRndB1BSIRow, "[$-en-US]###,###,###")
I also tried :
Text(varRndB1BSIRow, "[$-en-US]$###,###,###")
Still doesn't work.
But in some areas it's working. can you help and explain why?