View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt[_4_] Barb Reinhardt[_4_] is offline
external usenet poster
 
Posts: 3
Default Range values not being copied with same number of significantdigits

I probably should have said that I have code similar to this

aws.range("Range").value = ows.range("Range").value

The range is one cell. Let's say the displayed value on the oWS is
1.32, but the value when the cell is selected is 1.320102.

Barb