View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Why "object doesn't suppor this property or method"?

strOutcomes = rCell.Offset(0, 3).Value

--

HTH

RP
(remove nothere from the email address if mailing direct)


"davegb" wrote in message
oups.com...
Set rCell = ActiveSheet.Range("a2")
strOutcomes = ActiveSheet.rCell.Offset(0, 3).Value

Any ideas?