roscoe
Well-known Member
- Joined
- Jun 4, 2002
- Messages
- 1,062
- Office Version
- 365
- Platform
- Windows
- MacOS
I'll start by apologizing for my vagueness but I'm working on a proprietary project of which I can't disclose much, but seeking advice for a trick I'd like to try.
I have an XY chart that has time across the X-axis (bottom) and a lot of horizontal lines showing events by start/stop times (staggered vertically). (If you want to envision a Gantt chart you wouldn't be far off).
Sometimes the user needs to plan an event of variable duration and needs to fit it into a suitable time slot. My desire is to offer a button that will insert a horizontal line (duration defined by the user and easily editable) with a scroll bar to slide the line left/right so the user can quickly visualize the best fit.
The dialogue box has several options, only one of which is linkable. How would I use VBA to populate those options (In their infinite wisdom, my IT shop elected to NOT install the VBA help files...#grrrr).
I'd also like to hide the scroll bar until it is "invoked".
Seeking ideas from this esteemed and august group!
Thanks!
I have an XY chart that has time across the X-axis (bottom) and a lot of horizontal lines showing events by start/stop times (staggered vertically). (If you want to envision a Gantt chart you wouldn't be far off).
Sometimes the user needs to plan an event of variable duration and needs to fit it into a suitable time slot. My desire is to offer a button that will insert a horizontal line (duration defined by the user and easily editable) with a scroll bar to slide the line left/right so the user can quickly visualize the best fit.
The dialogue box has several options, only one of which is linkable. How would I use VBA to populate those options (In their infinite wisdom, my IT shop elected to NOT install the VBA help files...#grrrr).
I'd also like to hide the scroll bar until it is "invoked".
Seeking ideas from this esteemed and august group!
Thanks!