• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Data Validation Bugs when using VBA

Chau Nguyen

New Member
Dear all,

I ran into this annoying bugs when using VBA to change the value of a cell that has Data Validation (DVL for short) on it. Please see the picture below.
GgroptlzZk8AzBSl3L3Yd0_VpOZT58X-TnxByQ0dhNY


I use VBA to change the value of these cell. After the code ran several times these residual, empty DVL dropdown box started appearing.

I only use the simple statement Range("...").Value = "..."

It does not affect calculation and stuff but its annoying to the users because they cannot select the cell under the empty DVL dropdown using the mouse. They have to move the cursor by keyboard.

Any solutions are more than welcome.
 
Welcome to the forum

Is it just me, who can not see the image...

Is it possible for you to share the complete code..if possible along with the file..
 
Back
Top