Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following snippet of code to save a chart as a GIF. What am I
missing? For Each WS In aWB.Worksheets For Each ChtObj In WS.ChartObjects If ChtObj.Name = "myName.gif" Then fname = aWB.Path & "\myFileName.gif" WS.Select ChtObj.Select ChtObj.Export Filename:=fname, FilterName:="GIF" End If Next ChtObj Next WS Thanks, Barb Reinhardt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Save chart as .BMP instead of .GIF? | Charts and Charting in Excel | |||
Save chart as 800x600 GIf | Charts and Charting in Excel | |||
Save chart (that's on a chart sheet) to html file? | Charts and Charting in Excel | |||
Is it possible to save an excel chart as .emf? | Charts and Charting in Excel | |||
Save excel chart | Charts and Charting in Excel |