View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
serdar serdar is offline
external usenet poster
 
Posts: 11
Default Not rounding numbers in VBA


Cells(1, 1) = "3.514"

This gives 4 in A1. Is it possible to pass the actual value without
preformatting the cell?