View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ivan Raiminius Ivan Raiminius is offline
external usenet poster
 
Posts: 258
Default Selecting charttype from macro is not working

Hi Shuvro,

see help for charttype - you will find list of xl constants - each
specifying type of chart. Please note that these constants are numeric,
not string values.

Regards,
Ivan