Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello to all and excused for my bad English
With following macro I can easily draw a line sub draw_line () Xp1 = 1 Yp1 = 60 Xp2 = 1900 Yp2 = 60 ActiveSheet.Shapes.AddLine (Xp1, Yp1, Xp2, Yp2). Name = "line1" end sub We suppose that with a successive macro I want to determine the used parameters in order to trace the line1. What's the method to determine the 4 used parameters in order to trace the line through code VBA; that is Xp1 Yp1 Xp2 Yp2? Thanks for the attention. Diego. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
URGENT- Form design and field tab-order problems | Excel Discussion (Misc queries) | |||
I need a basic quick time line design | Excel Discussion (Misc queries) | |||
Order form design | Excel Discussion (Misc queries) | |||
Series order conflicts with line order | Charts and Charting in Excel | |||
passing parameters from command line | Excel Programming |