Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
[Excel2k2, WinXP Pro]
Hi All, I'm trying to create a semi-interactive userform, where bits are hidden / unhidden depending upon which option buttons are clicked. i want to link each part like a flow-chart; is it possible to draw arrowed lines on a userform or do i have to insert them as pictures (or any other suggestions)? thanks tim |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There are no lines shipped with excel that can be used on a userform.
Some people suggest using a frame or other control to simulate a line. Another alternative as you suggest would be pictures in an image control. -- Regards, Tom Ogilvy "Tim" wrote in message ... [Excel2k2, WinXP Pro] Hi All, I'm trying to create a semi-interactive userform, where bits are hidden / unhidden depending upon which option buttons are clicked. i want to link each part like a flow-chart; is it possible to draw arrowed lines on a userform or do i have to insert them as pictures (or any other suggestions)? thanks tim |