View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default Regional Options

Windows handels regional settings and Excel follows the Windows settings. To
change regional settings click the START button and select CONTROL PANEL. In
the CONTROL PANEL double-click on REGIONAL SETTINGS and set whatever needs
setting.
--
Kevin Backmann


"Bill" wrote:

Hello,
Has does VBA handle regional options. For example, if I have a variable in
the code that is defined as follows:

Var1 = 0.003 - Var2

Does it matter for those in Europe (where the decimal separator is ",")?

Thanks,

Bill