View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Arvind Mane Arvind Mane is offline
external usenet poster
 
Posts: 5
Default Can anyone help Me for this Problem

Please go through the following excel Macro

Sub Arvind()
a = 1.845
b = Round(a, 2)
End Sub


i want "b" value as 1.85 but the macro is giving me 1.84.
What can i do for this ?