Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been using the following VBA command to export Excel charts to
graphics. This works perfectly for local or network storage. Worksheets(1).ChartObjects(1).Chart.Export Filename:="Filepath\Filename.gif", filtername:="GIF" When I modify to save to SharePoint site as follows it returns Error -2146697210 (800c0006). Worksheets(1).ChartObjects(1).Chart.Export Filename:="http://ms-proto/TeamFolder/Shared%20Documents/Filename.gif", filtername:="GIF" I have tried the application.workbooks.saveas command to save the workbook, and that does work to save into sharepoint. Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export Error, Excel to SharePoint | Excel Discussion (Misc queries) | |||
Is it possible to export an Excel 2007 chart as a vector graphic? | Excel Discussion (Misc queries) | |||
Export list from Sharepoint to Excel and it is locked | Excel Discussion (Misc queries) | |||
How can I Export a SharePoint list to a spreadsheet in Excel 2002 | Excel Discussion (Misc queries) | |||
export in graphic format - experts, can vba do it? | Excel Programming |