Hello
I want to numberformat with many columns at one go
Can i
Also Cell.value in red requires proper syntax
Will the above format round off if "No" then how can i round off
Thanks
SamD
I want to numberformat with many columns at one go
Can i
Code:
ws.Columns(3, 5, 9, 11, 23, 27).NumberFormat = Trim(Replace(Format(String(Len(Int([B][COLOR=#ff0000]Cell.value[/COLOR][/B])) - 1, "#"), " @@\\,@@\\,@@\\,@@\\,@@\\,@@\\,@@0"), " \,", "")) & ".00"
Will the above format round off if "No" then how can i round off
Thanks
SamD
Last edited: