LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default Plot Polyline using XY coordinates

Hi All,
I want to plot a polyline in excel using the XY Coordinates.
I tried using the following

Sub plinee()

For i= 1 to 10


myshape(i, 1) = Cells(i, 1).Value
myshape(i, 2) = Cells(i, 2).Value

Next
myDocument.Shapes.AddPolyline myshape
end sub
But the results are not as desired. The program seems always
start from (0,0) coordinates.
Any help will be appreciated.
Thanks in advance.
 
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 plot z = f(x,y) in 2D cartezian coordinates ? Tim Charts and Charting in Excel 6 August 20th 07 07:04 PM
Excel - Plot Coordinates in a graph McQuaid Charts and Charting in Excel 4 October 25th 06 01:10 PM
How can I use a worksheet to plot polar coordinates? louradam Charts and Charting in Excel 1 June 19th 06 04:43 PM
Radar Plot using geographical coordinates David Charts and Charting in Excel 1 June 2nd 05 01:20 PM
Radar Plot using geographical coordinates David Charts and Charting in Excel 2 May 31st 05 08:06 PM


All times are GMT +1. The time now is 07:17 PM.

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"