Patty,
You can enter a named formula in the ListBox Cell link edit box.
The named formula would be created in the Insert | Name| Define dialog box.
It could look something like...
= OFFSET(Sheet1!$F$1,Sheet1!$G$1,0)
If you name this formula "ListLinkFormula" then your entry in the ListBox
Cell link edit box would be simply: =ListLinkFormula
A number entered in G1 would then change the row in column F that the
ListBox Cell link value appears.
This allows you to link another control ( a scroll bar?) to cell G1 and
then, by scrolling, control where the index for the ListBox selection
appears.
Regards,
Jim Cone
San Francisco, CA
----- Original Message -----
From: "Patty" <
[email protected]>
Newsgroups: microsoft.public.excel.misc
Sent: Tuesday, November 11, 2003 11:21 AM
Subject: ListBox Controls