View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nathan Berton[_2_] Nathan Berton[_2_] is offline
external usenet poster
 
Posts: 1
Default Create and populate a SmartArt graphic

Hi,

I'm trying to create an organizational chart on the fly in VBA. So what I'd
like to do is add a SmartArt Hierarchy graphic to the worksheet, and then add
names into it.

I've tried adding a chart and then looking through its components in the
'watch' window as well as searching around online, but I haven't made any
progress in creating or editing it from VBA. Any ideas?

Thank you!
Nathan