View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SHIPP SHIPP is offline
external usenet poster
 
Posts: 29
Default Error message on Activechart.XYGroups

This statement won't execute....

ActiveChart.XYGroups = "=" & strDataSheet & "!R" & _
Trim(Str(intBegRow)) & "C" & Trim(Str(intBegColumn)) & ":R" & _
Trim(Str(intEndRow)) & "C" & Trim(Str(intEndColumn))

Error Message: Method XYGroups of Objectchart failed. Error 1004.

Any ideas?
--
M. Shipp