List order manipulation

R

rpw

Hello,

I have a list of tasks that the user would select for adding to a report.
Prior to printing, I'd like the user to be able to 're-arrange' the order of
the tasks (similar to Outline view in Word).

In trying to visualize this, I've imagined that each task selected for the
report would have a position number associated with it. I also imagine that
the user interface might be single select listbox that had some
Up-Arrow/Down-Arrow key press VBA code behind it that would re-write the
position numbers of the selected task and the task that is being displaced.

However, I don't know enough about VBA to be able to just hammer it out. Is
there something ( a book, a link?) already available? Is this idea possible?
Does anyone have an alternative idea that could accomplish similar results?

Thanks in advance for any help.
 
Top