Using listbox

  • Thread starter Thread starter Robert Couchman
  • Start date Start date
R

Robert Couchman

Hello all,

i have a form that contains a list box created in MS Excel
Visual basic.
i have got a list of values put into this list box when i
do a search... the values listed are...
cell.value + " " + cell.offset(0,2).value + " " +
cell.offset(0,3).value

when a user double clicks one of these values i try to
open a new form that will list values from that row, using
offset command. but i cannot get excel to recognise what
row i am after as i have tried to open where the row value
(from within the listbox) is equal to .. Cell.value...etc.
this produces an error, can anyone please advise or help
with this problem??

i can give more information if necessary.

Thank you,

Robert Couchman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Code not working 3
Help Please 2
Loop within loop? 6
listbox 2
Type mismatch error 3
ListBox Add Item based on criteria 1
comparing 2 columns of numbers 2
Listbox finding the adress of the item 3

Back
Top