How to create a ListBox with 'hyperlink'-like items in VBA ?

J

Jürgen Germonpré

Hi all,

I'm busy programming a piece of code that does some text checking on an
Excel worksheet (MS Excel 2002 (xp)). It scans the complete worksheet and
then it should return all 'corrupt' cells in a listbox from which you can
easily jump to that cell by clicking the entry in the listbox.
I was a bit charmed by the new "Find All" dialog in Excel, it's that kind of
functionality i want.

I checked the controls on my system and none of them seems to have that
functionality.
Any suggestions ? Control to look for or programming a workaround would be
welcome.

Thanks,
JG
 
S

steve

Neil,
My reference is now at 8.0 and when I try to change it to 9.0 I get a
message that the object or library is is use preventing the change.

How can I do this?

thanks...

steve
 
N

Neil

Steve,

If you are already using objects in this Library then this is why you are
getting the error. Best thing to do would be to copy the database and remove
all code referencing anything in the Library. Then, change over the
reference and paste all code back in to the new database. It may work ok, i
don't know (I have 10.0 so not to sure what the previous versions include)
but you only need the basics to do this. 8.0 may be adequate to what you
want. Like I said, if I know how you are validating your spreadsheet then I
may be able to help with the Find All coding that you will need.

HTH,

Neil.
 

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

Top