Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On a hidden sheet in your workbook / add-in insert the diagram while in
Excel 2003. Then just copy it when needed in Excel 2007 Robert Flanagan http://www.add-ins.com Productivity add-ins and downloadable books on VB macros for Excel "shilpa r" wrote in message ... Hi, I am trying to insert a diagram using adddiagram it is showing the error in excel 2007 same code works in excel 2003 My code is below Dim wksActiveSheet As Worksheet Dim shDiagram As Shape Set wksActiveSheet = ActiveSheet Set shDiagram = wksActiveSheet.Shapes.AddDiagram( _ Type:=msoDiagramRadial, _ Left:=20, Top:=40, _ Width:=400, Height:=200) Any ideas on how to programatically add a diagram in excel 2007 ? Thanks *** Sent via Developersdex http://www.developersdex.com *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 files not showing on screen when opened in Excel 2007 | Setting up and Configuration of Excel | |||
Conflict in excel 2007 with Outlook 2007 attachment excel | Excel Discussion (Misc queries) | |||
Labels: Unable to import all records Excel 2007 to Word 2007 Mailm | Excel Discussion (Misc queries) | |||
Excel 2007 Macro Help (Excel 2003 not working in 2007) | Excel Discussion (Misc queries) |