G
Guest
Hello,
I'am trying to write a macro that hides values below 3 and above -3 BUT without showing the decimals. The code here under works perfectly if numbers have no decimal, and I've tried so many things that I've lost my inspiration...
Could anyone help me on this please
Thanks a lot !!!
..../
With ActiveChar
countSeries = .SeriesCollection.Coun
For iserie = 1 To countSeries
.SeriesCollection(iserie).DataLabels.NumberFormat = "[>=" & value & "];[<-" & value & "]
Next iseri
//...
I'am trying to write a macro that hides values below 3 and above -3 BUT without showing the decimals. The code here under works perfectly if numbers have no decimal, and I've tried so many things that I've lost my inspiration...
Could anyone help me on this please
Thanks a lot !!!
..../
With ActiveChar
countSeries = .SeriesCollection.Coun
For iserie = 1 To countSeries
.SeriesCollection(iserie).DataLabels.NumberFormat = "[>=" & value & "];[<-" & value & "]
Next iseri
//...