View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stephen English Stephen English is offline
external usenet poster
 
Posts: 2
Default Setting a range that varies

I am trying to create a chart from a range that has dates in Column a
(starting at Row 5) and share value in Column B
THis works
Range("A5:B7").Select
but what I can't find how to do is how to set it from A5 to the last cell
with data in column B rather than B7 because as I add data I want the chart
to update.

I am sure it is very simple.
Any clues please
Stephen