View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Walmir Walmir is offline
external usenet poster
 
Posts: 2
Default dropdown control

ActiveWorkbook.Worksheets("model").Shapes("selecto r").DropDown =
Range("config!$list")
I would like to use in vba a command that could define dinamically the data
of a dropdown box, something like what is above (but that works!).
Anyone can help me?