.value

  • Thread starter Thread starter pls123
  • Start date Start date
P

pls123

hi all !!!
let's watch this part of my sub as example..
my question is ..
is there any reason why i setted all the range as value ??
is it a lose of time and cpu undere extensive usage or
has that any reason ??? tx ! paolo

Range("D10").Value = 0
Range("L32").ClearContents
Range("E80").Value = aWS.Range("B8").Value
 
If you have a formula in the cell and do not use .Value, the results could
surprise you.
 
Back
Top