View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Henrich Henrich is offline
external usenet poster
 
Posts: 53
Default Where is the problem???

Hi,

i'm using this to change chart like this:

ActiveChart.SetSourceData Source:=Sheets("DATEN").Range("" & von & ":" & bis
& "1,A1:A11"), PlotBy:=xlRows

where von and bis are given by user from inputbox
it was working but than it gives me an error 1004. why?

Thanks
Henrich