View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Excell's options

Igor,

I think the FIX setting is the only one accessible via VBA.

Application.FixedDecimal = True
Application.FixedDecimalPlaces = 2

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Igor" wrote in message
...
Thank you, but how do you access these options in excel
and in VBA

thank you
Igor