View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
kiat kiat is offline
external usenet poster
 
Posts: 34
Default Problem width width-property

1. You can delete the line and redraw it.
2. You can record a macro & change the line to see how Excel does it. I did
it I couldn't figure it out.

I think option 1 is easier.

"Tom" wrote in message
...
Hi

I'd like to change a line (shapes-object). This works fine when line goes
from up-left to down-right, but I'm not able to draw a line from up-right

to
down-left. In this case the width-property would be minus, but this is not

a
valid value. How to do?

Tom