Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello all,
i have a listbox that when double clicked will open up a record... ....BUT... ....if you have not selected a record and double click it returns the error.... Listbox2.list(listbox2.listindex) **apparently doesnt exist** anyone know how to solve this problem????? Thank you, Robert Couchman |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if Listbox2.Listindex < -1 then
Listbox2.list(listbox2.listindex) End if -- Regards, Tom Ogilvy "Robert Couchman" wrote in message ... Hello all, i have a listbox that when double clicked will open up a record... ...BUT... ...if you have not selected a record and double click it returns the error.... Listbox2.list(listbox2.listindex) **apparently doesnt exist** anyone know how to solve this problem????? Thank you, Robert Couchman |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cheers tom,
the code worked fine and now it is bug free :D Thank you, Robert Couchman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
List Problem--Please help? | Excel Discussion (Misc queries) | |||
List box problem | Excel Discussion (Misc queries) | |||
List box problem | Excel Discussion (Misc queries) | |||
list problem | Excel Discussion (Misc queries) | |||
LIst Problem | Excel Worksheet Functions |