Dimitris254
Board Regular
- Joined
- Apr 25, 2016
- Messages
- 139
is there a way to combine the following two commands in one?
the first formats numbers in the 0'000 format (with tone for thousands) and no decimals
the second formats zeros to dashes
Code:
Sums_range.NumberFormat = "[>=1000]#'##0;0"
Sums_range.NumberFormat = "0;-0;-"
the second formats zeros to dashes