View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] usr58201@gmail.com is offline
external usenet poster
 
Posts: 4
Default Capturing BottomRightCell in a Variable

Anyone see what is wrong with this code. I'm getting an 'object required' error:

Dim r As Range
Set r = Sheet2.ChartObjects("myChart").BottomRightCell.Add ress

Seems pretty straightforward, but it won't work.

Thanks!