Can anybody give me advice or some code here

What I want to do is load up file names from a particular folder called Orders into a list box. All files will be textfiles and called OrderNumber1.txt, OrderNumber2.txt etc.

I then want the selected file to load into a richtext box

For this, would this command rtb.Loadfile( path & list1.text) work?

Ay ideas welcome.