CalvinGraham
Board Regular
- Joined
- Jan 27, 2010
- Messages
- 67
So I've got two tables and I wanted to have an arrow between them, showing the flow between them of which rows the user has selected
Anyway, I can set the arrow shape's heights/position easily enough with .top and .height but I can't see how to tell it which way to face. Ie is it: / or \
The code that Excel records has .msoFlipVertical but you need to know the existing property to know whether to flip it over. I could delete and redraw each time or maybe store it hidden in the left/right property but these seem overcomplicated. Is there not a simple property?
Anyway, I can set the arrow shape's heights/position easily enough with .top and .height but I can't see how to tell it which way to face. Ie is it: / or \
The code that Excel records has .msoFlipVertical but you need to know the existing property to know whether to flip it over. I could delete and redraw each time or maybe store it hidden in the left/right property but these seem overcomplicated. Is there not a simple property?