View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
YuXuan-ji YuXuan-ji is offline
external usenet poster
 
Posts: 1
Default create a dropdown list for data input

Hi,
I'd like to have the macro I'm creating allow people to pick a value from a
list as the input. It could be number or string. I don't think the normal
InputBox can do this. So what's the solution?

Thanks