View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
March March is offline
external usenet poster
 
Posts: 34
Default Data | Validation with VBA

That's ok. I've another solution. Thanks

"Bob Phillips" wrote:

If you are using Data validation, the value is in the cell so you can just
overwrite it

Range("B1").value = "the value"

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"March" wrote in message
...
Hello All,

I have created a dropdown list in my excel worksheet.

I want to use VBA to change value(s) of the dropdown list in oreder to
build
automated function for my project.

I don't know how to start. Please give me suggestion.


March