View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
snovik snovik is offline
external usenet poster
 
Posts: 3
Default Custom NumberFormat - international version

I am trying to setup a custom NumberFormat in the way that could be used in
different regional settings. For example, I would like to have

"[Green]0,00_ ;[Red]-0,00"

applicable to US / DE / UK / RU / whatever else settings. Currently I get an
error when I try to move this code from one PC to another.

Is there a way to make NumberFormat culture independent?