View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_4_] Dave Peterson[_4_] is offline
external usenet poster
 
Posts: 52
Default List with Input Box

Something like Data|form?

If that's close, but not quite, then check out John Walkenbach's enhanced
data|form. You can find it at:
http://j-walk.com/ss/dataform/index.htm

and John's comparisons between his version and excel's at:
http://j-walk.com/ss/dataform/features.htm

Ligaya wrote:

What is the best way to program a userrform with a list (from either the
worksheet oor previous list box) for user to input value for each item in
the list?

I have a column with names in a spreadsheet I want to upload on a userform.
The user has to input value for each item and then each input will be dumped
back in the worksheet for each item.

Tried to reload the list with nosuccess.

Thanks.

Ligaya


--

Dave Peterson