list box item highlight

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi - I want to set a default within the workbook code that sets each listbox
on a certain page to NOT SHOW any highlighted selections when the worksheet
is activated. Ideas? Thanks..
 
Hi

Listbox1.ListIndex = -1

makes "nothing" selected in a Controls Listbox. Put that in the sheet's
Activate event or wherever useful.

HTH. Best wishes Harald
 

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

Back
Top