.value

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
 
J

JLGWhiz

If you have a formula in the cell and do not use .Value, the results could
surprise you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top