DV Issue

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

Guest

Hi,
We are using Excel2000.
We have a data validation (DV) list in
col A and we have a macro running a
combo box which allows us to zoom in to the nearest
selections by typing the 1st letter.
When we double clik to start the DV list, there will be a grey area cover
the cell. In turns of function, it still working fine. Just want to get rid
of the grey cover. By the way, we freeze the col ant row at B3. Any solution.
 
If you're using the combobox code from my web site, in the code, remove
the height adjustment:

instead of:

.Height = Target.Height + 5

use:

.Height = Target.Height
 

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