The syntax should be
Select Case lstStores.ListIndex
Case 0: stFullName = "I:\Ops\Grocery Rescue\Jet
Reports\Rosauers\Rosa01\Rosa01.xls"
Case 1: stFullName = "I:\Ops\Grocery Rescue\Jet
Reports\Rosauers\Rosa02\Rosa02.xls"
etc..
End Select

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Hi -- This is my situation: I have a list box from which users can
> choose the report that they want to print. The code works just fine
[quoted text clipped - 21 lines]
> Also, I've tried this with the Value property as well as the ListIndex
> property of the ListBox object and the results are the same.
haroldj@shfoodbank.org - 26 Jul 2006 23:11 GMT
Bob -- Thanks a bunch! Worked like a charm.
Harold
> The syntax should be
>
[quoted text clipped - 38 lines]
> > Also, I've tried this with the Value property as well as the ListIndex
> > property of the ListBox object and the results are the same.