Thread: Dynamic Range
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tony Reflinski Tony Reflinski is offline
external usenet poster
 
Posts: 1
Default Dynamic Range

In the following: ActiveChart.SetSourceData Source:=Sheets
("Sheet1").Range("E21:K21"), PlotBy _
:=xlRows
instead of Range("E21:K21")above,I want to assign range
based on currently selected cell as the begining of range
and nest 6 cell in the same row.

Please help