Forum Discussion
KarlT
5 months agoContributor III
You could use a format like this:
NumberFormat = [#,###,0;#,###,0;0]
Related Content
- 4 months ago
- 9 months ago
- 2 years ago
So i opted for using a condition which is
If CellAmount < 0 Then FliSign = True
and this worked
You could use a format like this:
NumberFormat = [#,###,0;#,###,0;0]