Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Graph on web

Hi to all.
I'm a new user of this great forum.
Excuse me for my bad english, I hope that you can understand my post.
I try to make a search of my problem on your thread, but with 0
results...
I'm working on a analysis department of communication agency.
For share our information with other user we are using excel workook
with a series of graphics sheets, linked on data sheets automatically
refreshed by vba code.
The data sheets takes data from query created on a access db.
This workbook is opened by windows every 20 minute and , after refresh
it creates a web page only with graph sheets.

After this long introduction, my problem.
I'm bored with the problems of the graph interface, because it's
difficult to manage.
My idea is to export on gif or jpg files only the graph and, by asp
code or simple html, manage the position,description etc of single
graph.
I have this simple code:

Sub SaveGraph()
For i = 1 To Sheets.Count
If (Sheets(i).Visible = True) Then
Sheets(i).Select
SheetsName = Sheets(i).Name
k = 1
Do While (k <= ActiveSheet.ChartObjects.Count)
ActiveSheet.ChartObjects(k).Activate
ActiveSheet.ChartObjects(k).Chart.Export _
Filename:="c:\" & SheetsName & "_" & k & ".jpg"
k = k + 1
Loop
End If
Next i
End Sub

Now how I can manage the resoluction of every graph?
Can I change the dimension of graph?

Please can you help me?
Thanks to all...


---
Message posted from http://www.ExcelForum.com/

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I graph data daily as a line graph across a calendar format Glani Charts and Charting in Excel 3 November 23rd 07 09:05 AM
How do I plot multiple series on one graph? - test-graph.xls (0/1) Leo Bueno Charts and Charting in Excel 1 August 2nd 07 12:49 PM
Creating a graph similar to a stacked column graph Jonathan Charts and Charting in Excel 6 August 4th 06 04:23 PM
Hyperlinkage of one graph with another graph or Drill down graph Sanjay Kumar Singh Charts and Charting in Excel 1 January 3rd 06 12:22 PM
Graph Excel Selection, Open Word File, Embed Graph Into Word Steve Excel Programming 0 November 17th 03 05:35 PM


All times are GMT +1. The time now is 03:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"