Thread: stubborn macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
josie josie is offline
external usenet poster
 
Posts: 7
Default stubborn macro

I've found macros very useful in the past, but I haven't
used one for a while, and I'm (clearly) out of practice.

I'm trying to write a simple macro which draws a bubble
chart uses a few cells of data from a worksheet. It's
stopping on the first line after Charts.Add -

ActiveChart.ChartType = xlBubble

and I don't understand why!

Anyone got any bright ideas?