View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] stephentebaldi@gmail.com is offline
external usenet poster
 
Posts: 13
Default Multiple input variables

I am trying to make a macro that will allow me to specify the number of
compounds that will be used in an experiment and then display that many
input boxes (or a list box if that will work) for the user to input the
names of the compounds. I am having a hard time figuring out if this
is possible because the loop doesn't seem to want to keep the names of
each compound separate. Any help would be much appreciated.

TIA
Stephen