Thread: dot value
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stuart[_16_] Stuart[_16_] is offline
external usenet poster
 
Posts: 1
Default dot value

I have noted that the MVP members always include .Value when reffering to a cell. eg.

if activecell.value= 5 then

for years I would have just used (and have never had any problems) with.

if activecell=5


What are the bennifits in specifying "Value"?