View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sean McPoland[_6_] Sean McPoland[_6_] is offline
external usenet poster
 
Posts: 1
Default ActiveChart.ADD Fails

I have recorded a macro to add a new chart sheet but when
running the macro is step mode it fails:

the statements are
Charts.Add
ActiveChart.ChartType = xlSurface

and I get

Runtime error '1004'
method Charttype of object _chart failed...

any ideas - this is bog standard code

regards
Sean