Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have problem with code Excel-vba: I have this code
Private Sub make_Gif() x = 22 For k = 1 To x Dim mychart As Chart Set mychart = Sheets("DATA").ChartObjects(k).Chart mychart.Export Filename:="c:\" & k & ".gif", FilterName:="gif" Next k End Sub This code is testing ok! This code VBA, Export 22 charts to gif file format , named with number k (1-22) c:\1.gif c:\2.gif c:\... c:\22.gif I want export this charts in c:\ChartTitle.Gif c:\salesI.Gif c:\salesII.Gif c:\Integration.Gif c:\....... ChartTitle=Title of Chart it's possible? Plese help me Thank for all!! My e-mail: |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Request for a code | Excel Discussion (Misc queries) | |||
export re-order input fields to export file [csv] | Excel Worksheet Functions | |||
Code to raise Directory request box | Excel Worksheet Functions | |||
using a file dsn in sql.request to connect to sql server | Excel Worksheet Functions | |||
Export a form via code? | Excel Programming |